Shades of Neon Pink #F072CF
Tints of Neon Pink #F072CF
RGB
CMYK
RGB Variations
Color information
#F072CF (or 0xF072CF) is known color: Neon Pink. HEX triplet: F0, 72 and CF. RGB value is (240,114,207). Sum of RGB (Red+Green+Blue) = 240+114+207=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F072CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072CF is #0F8D30. Grayscale: #A2A2A2. Windows color (decimal): -1019185 or 13595376. OLE color: 13595376.
HSL color Cylindrical-coordinate representation of color #F072CF: hue angle of 315.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072CF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 207 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.06 |
| HSL | 315.71º | 0.81% | 0.69% | - |
| HSV(B) | 315.71º | 0.53% | 0.94% | - |
| XYZ | 53.21 | 35.06 | 62.99 | - |
| YUV | 162.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 207 | 0 | 0.52 | 0.14 | 0.06 | 315.71 | 0.81 | 0.69 |
| Hex | F0 | 72 | CF | 0 | 34 | E | 6 | 13C | 51 | 45 |
| Octal | 360 | 162 | 317 | 0 | 64 | 16 | 6 | 474 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11001111 | 0 | 110100 | 1110 | 110 | 100111100 | 1010001 | 1000101 |
Color Harmonies of #F072CF
Complementary color
Monochromatic Colors of #F072CF
Black with #F072CF
Text Example
Text Example
White with #F072CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072CF; }
p { color: rgb(240,114,207); }
H1.HeaderClassName
{
color: #F072CF;
}
.AnyTagClassName
{
color: #F072CF;
}
</style>
background-color css
<style>
a { background-color: #F072CF; }
a { background-color: rgb(240,114,207); }
div.DivClassName
{
background-color: #F072CF;
}
.BgClassName
{
background-color: #F072CF;
}
</style>
border-color css
<style>
span { border-color: #F072CF; }
span { border-color: rgb(240,114,207); }
td.TdClassName
{
border-color: #F072CF;
}
.TagClassName
{
border-color: #F072CF;
}
</style>