#F772B5

Color #F772B5 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F772B5

Tints of Hot Pink #F772B5

Color information

#F772B5 (or 0xF772B5) is unknown color: approx Hot Pink. HEX triplet: F7, 72 and B5. RGB value is (247,114,181). Sum of RGB (Red+Green+Blue) = 247+114+181=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F772B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772B5 is #088D4A. Grayscale: #A1A1A1. Windows color (decimal): -560459 or 11891447. OLE color: 11891447.

HSL color Cylindrical-coordinate representation of color #F772B5: hue angle of 329.77º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772B5 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB247114181-
CMYK00.540.270.03
HSL329.77º89.26%70.78%-
HSV(B)329.77º53.85%96.86%-
XYZ52.7235.1447.72-
YUV161.4139.06189.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 45.57%
GREEN value IS 114 (44.92% from 255) = 21.03%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=45.57%
G=21.03%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711418100.540.270.03329.7789.2670.78
HexF772B50361B314a5947
Octal367162265066333512131107
Binary111101111110010101101010110110110111110100101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772B5; }

 p { color: rgb(247,114,181); }

 H1.HeaderClassName
 {
   color: #F772B5;
 }
 .AnyTagClassName
 {
   color: #F772B5;
 }
</style>
background-color css

<style>
 a { background-color: #F772B5; }

 a { background-color: rgb(247,114,181); }

 div.DivClassName
 {
   background-color: #F772B5;
 }
 .BgClassName
 {
   background-color: #F772B5;
 }
</style>
border-color css

<style>
 span { border-color: #F772B5; }

 span { border-color: rgb(247,114,181); }

 td.TdClassName
 {
   border-color: #F772B5;
 }
 .TagClassName
 {
   border-color: #F772B5;
 }
</style>