Shades of Hot Pink #F066B5
Tints of Hot Pink #F066B5
RGB
CMYK
RGB Variations
Color information
#F066B5 (or 0xF066B5) is known color: Hot Pink. HEX triplet: F0, 66 and B5. RGB value is (240,102,181). Sum of RGB (Red+Green+Blue) = 240+102+181=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F066B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066B5 is #0F994A. Grayscale: #989898. Windows color (decimal): -1022283 or 11888368. OLE color: 11888368.
HSL color Cylindrical-coordinate representation of color #F066B5: hue angle of 325.65º 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 #F066B5 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 181 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.06 |
| HSL | 325.65º | 0.82% | 0.67% | - |
| HSV(B) | 325.65º | 0.58% | 0.94% | - |
| XYZ | 49.03 | 31.36 | 47.19 | - |
| YUV | 152.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 181 | 0 | 0.58 | 0.25 | 0.06 | 325.65 | 0.82 | 0.67 |
| Hex | F0 | 66 | B5 | 0 | 3A | 19 | 6 | 146 | 52 | 43 |
| Octal | 360 | 146 | 265 | 0 | 72 | 31 | 6 | 506 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10110101 | 0 | 111010 | 11001 | 110 | 101000110 | 1010010 | 1000011 |
Color Harmonies of #F066B5
Complementary color
Monochromatic Colors of #F066B5
Black with #F066B5
Text Example
Text Example
White with #F066B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066B5; }
p { color: rgb(240,102,181); }
H1.HeaderClassName
{
color: #F066B5;
}
.AnyTagClassName
{
color: #F066B5;
}
</style>
background-color css
<style>
a { background-color: #F066B5; }
a { background-color: rgb(240,102,181); }
div.DivClassName
{
background-color: #F066B5;
}
.BgClassName
{
background-color: #F066B5;
}
</style>
border-color css
<style>
span { border-color: #F066B5; }
span { border-color: rgb(240,102,181); }
td.TdClassName
{
border-color: #F066B5;
}
.TagClassName
{
border-color: #F066B5;
}
</style>