Shades of Hot Pink #F067B4
Tints of Hot Pink #F067B4
RGB
CMYK
RGB Variations
Color information
#F067B4 (or 0xF067B4) is known color: Hot Pink. HEX triplet: F0, 67 and B4. RGB value is (240,103,180). Sum of RGB (Red+Green+Blue) = 240+103+180=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F067B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067B4 is #0F984B. Grayscale: #989898. Windows color (decimal): -1022028 or 11823088. OLE color: 11823088.
HSL color Cylindrical-coordinate representation of color #F067B4: hue angle of 326.28º 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 #F067B4 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 180 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.06 |
| HSL | 326.28º | 0.82% | 0.67% | - |
| HSV(B) | 326.28º | 0.57% | 0.94% | - |
| XYZ | 49.02 | 31.52 | 46.68 | - |
| YUV | 152.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 180 | 0 | 0.57 | 0.25 | 0.06 | 326.28 | 0.82 | 0.67 |
| Hex | F0 | 67 | B4 | 0 | 39 | 19 | 6 | 146 | 52 | 43 |
| Octal | 360 | 147 | 264 | 0 | 71 | 31 | 6 | 506 | 122 | 103 |
| Binary | 11110000 | 1100111 | 10110100 | 0 | 111001 | 11001 | 110 | 101000110 | 1010010 | 1000011 |
Color Harmonies of #F067B4
Complementary color
Monochromatic Colors of #F067B4
Black with #F067B4
Text Example
Text Example
White with #F067B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F067B4; }
p { color: rgb(240,103,180); }
H1.HeaderClassName
{
color: #F067B4;
}
.AnyTagClassName
{
color: #F067B4;
}
</style>
background-color css
<style>
a { background-color: #F067B4; }
a { background-color: rgb(240,103,180); }
div.DivClassName
{
background-color: #F067B4;
}
.BgClassName
{
background-color: #F067B4;
}
</style>
border-color css
<style>
span { border-color: #F067B4; }
span { border-color: rgb(240,103,180); }
td.TdClassName
{
border-color: #F067B4;
}
.TagClassName
{
border-color: #F067B4;
}
</style>