Shades of Hot Pink #F067AA
Tints of Hot Pink #F067AA
RGB
CMYK
RGB Variations
Color information
#F067AA (or 0xF067AA) is known color: Hot Pink. HEX triplet: F0, 67 and AA. RGB value is (240,103,170). Sum of RGB (Red+Green+Blue) = 240+103+170=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F067AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F067AA is #0F9855. Grayscale: #979797. Windows color (decimal): -1022038 or 11167728. OLE color: 11167728.
HSL color Cylindrical-coordinate representation of color #F067AA: hue angle of 330.66º 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 #F067AA is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 170 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.06 |
| HSL | 330.66º | 0.82% | 0.67% | - |
| HSV(B) | 330.66º | 0.57% | 0.94% | - |
| XYZ | 48.04 | 31.13 | 41.51 | - |
| YUV | 151.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 170 | 0 | 0.57 | 0.29 | 0.06 | 330.66 | 0.82 | 0.67 |
| Hex | F0 | 67 | AA | 0 | 39 | 1D | 6 | 14B | 52 | 43 |
| Octal | 360 | 147 | 252 | 0 | 71 | 35 | 6 | 513 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10101010 | 0 | 111001 | 11101 | 110 | 101001011 | 1010010 | 1000011 |
Color Harmonies of #F067AA
Complementary color
Monochromatic Colors of #F067AA
Black with #F067AA
Text Example
Text Example
White with #F067AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067AA; }
p { color: rgb(240,103,170); }
H1.HeaderClassName
{
color: #F067AA;
}
.AnyTagClassName
{
color: #F067AA;
}
</style>
background-color css
<style>
a { background-color: #F067AA; }
a { background-color: rgb(240,103,170); }
div.DivClassName
{
background-color: #F067AA;
}
.BgClassName
{
background-color: #F067AA;
}
</style>
border-color css
<style>
span { border-color: #F067AA; }
span { border-color: rgb(240,103,170); }
td.TdClassName
{
border-color: #F067AA;
}
.TagClassName
{
border-color: #F067AA;
}
</style>