Shades of Hot Pink #F067A8
Tints of Hot Pink #F067A8
RGB
CMYK
RGB Variations
Color information
#F067A8 (or 0xF067A8) is known color: Hot Pink. HEX triplet: F0, 67 and A8. RGB value is (240,103,168). Sum of RGB (Red+Green+Blue) = 240+103+168=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F067A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F067A8 is #0F9857. Grayscale: #979797. Windows color (decimal): -1022040 or 11036656. OLE color: 11036656.
HSL color Cylindrical-coordinate representation of color #F067A8: hue angle of 331.53º 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 #F067A8 is Cyan = 0, Magento = 0.57, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 168 | - |
| CMYK | 0 | 0.57 | 0.3 | 0.06 |
| HSL | 331.53º | 0.82% | 0.67% | - |
| HSV(B) | 331.53º | 0.57% | 0.94% | - |
| XYZ | 47.85 | 31.05 | 40.52 | - |
| YUV | 151.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 168 | 0 | 0.57 | 0.3 | 0.06 | 331.53 | 0.82 | 0.67 |
| Hex | F0 | 67 | A8 | 0 | 39 | 1E | 6 | 14C | 52 | 43 |
| Octal | 360 | 147 | 250 | 0 | 71 | 36 | 6 | 514 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10101000 | 0 | 111001 | 11110 | 110 | 101001100 | 1010010 | 1000011 |
Color Harmonies of #F067A8
Complementary color
Monochromatic Colors of #F067A8
Black with #F067A8
Text Example
Text Example
White with #F067A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067A8; }
p { color: rgb(240,103,168); }
H1.HeaderClassName
{
color: #F067A8;
}
.AnyTagClassName
{
color: #F067A8;
}
</style>
background-color css
<style>
a { background-color: #F067A8; }
a { background-color: rgb(240,103,168); }
div.DivClassName
{
background-color: #F067A8;
}
.BgClassName
{
background-color: #F067A8;
}
</style>
border-color css
<style>
span { border-color: #F067A8; }
span { border-color: rgb(240,103,168); }
td.TdClassName
{
border-color: #F067A8;
}
.TagClassName
{
border-color: #F067A8;
}
</style>