Shades of Hot Pink #F066B8
Tints of Hot Pink #F066B8
RGB
CMYK
RGB Variations
Color information
#F066B8 (or 0xF066B8) is known color: Hot Pink. HEX triplet: F0, 66 and B8. RGB value is (240,102,184). Sum of RGB (Red+Green+Blue) = 240+102+184=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F066B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066B8 is #0F9947. Grayscale: #989898. Windows color (decimal): -1022280 or 12084976. OLE color: 12084976.
HSL color Cylindrical-coordinate representation of color #F066B8: hue angle of 324.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066B8 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 184 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.06 |
| HSL | 324.35º | 0.82% | 0.67% | - |
| HSV(B) | 324.35º | 0.58% | 0.94% | - |
| XYZ | 49.34 | 31.49 | 48.82 | - |
| YUV | 152.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 184 | 0 | 0.58 | 0.23 | 0.06 | 324.35 | 0.82 | 0.67 |
| Hex | F0 | 66 | B8 | 0 | 3A | 17 | 6 | 144 | 52 | 43 |
| Octal | 360 | 146 | 270 | 0 | 72 | 27 | 6 | 504 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10111000 | 0 | 111010 | 10111 | 110 | 101000100 | 1010010 | 1000011 |
Color Harmonies of #F066B8
Complementary color
Monochromatic Colors of #F066B8
Black with #F066B8
Text Example
Text Example
White with #F066B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066B8; }
p { color: rgb(240,102,184); }
H1.HeaderClassName
{
color: #F066B8;
}
.AnyTagClassName
{
color: #F066B8;
}
</style>
background-color css
<style>
a { background-color: #F066B8; }
a { background-color: rgb(240,102,184); }
div.DivClassName
{
background-color: #F066B8;
}
.BgClassName
{
background-color: #F066B8;
}
</style>
border-color css
<style>
span { border-color: #F066B8; }
span { border-color: rgb(240,102,184); }
td.TdClassName
{
border-color: #F066B8;
}
.TagClassName
{
border-color: #F066B8;
}
</style>