Shades of Neon Pink #F073CF
Tints of Neon Pink #F073CF
RGB
CMYK
RGB Variations
Color information
#F073CF (or 0xF073CF) is known color: Neon Pink. HEX triplet: F0, 73 and CF. RGB value is (240,115,207). Sum of RGB (Red+Green+Blue) = 240+115+207=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F073CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073CF is #0F8C30. Grayscale: #A2A2A2. Windows color (decimal): -1018929 or 13595632. OLE color: 13595632.
HSL color Cylindrical-coordinate representation of color #F073CF: hue angle of 315.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073CF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 207 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.06 |
| HSL | 315.84º | 0.81% | 0.7% | - |
| HSV(B) | 315.84º | 0.52% | 0.94% | - |
| XYZ | 53.33 | 35.29 | 63.03 | - |
| YUV | 162.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 207 | 0 | 0.52 | 0.14 | 0.06 | 315.84 | 0.81 | 0.7 |
| Hex | F0 | 73 | CF | 0 | 34 | E | 6 | 13C | 51 | 46 |
| Octal | 360 | 163 | 317 | 0 | 64 | 16 | 6 | 474 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11001111 | 0 | 110100 | 1110 | 110 | 100111100 | 1010001 | 1000110 |
Color Harmonies of #F073CF
Complementary color
Monochromatic Colors of #F073CF
Black with #F073CF
Text Example
Text Example
White with #F073CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073CF; }
p { color: rgb(240,115,207); }
H1.HeaderClassName
{
color: #F073CF;
}
.AnyTagClassName
{
color: #F073CF;
}
</style>
background-color css
<style>
a { background-color: #F073CF; }
a { background-color: rgb(240,115,207); }
div.DivClassName
{
background-color: #F073CF;
}
.BgClassName
{
background-color: #F073CF;
}
</style>
border-color css
<style>
span { border-color: #F073CF; }
span { border-color: rgb(240,115,207); }
td.TdClassName
{
border-color: #F073CF;
}
.TagClassName
{
border-color: #F073CF;
}
</style>