Shades of Neon Pink #F370CF
Tints of Neon Pink #F370CF
RGB
CMYK
RGB Variations
Color information
#F370CF (or 0xF370CF) is known color: Neon Pink. HEX triplet: F3, 70 and CF. RGB value is (243,112,207). Sum of RGB (Red+Green+Blue) = 243+112+207=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F370CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370CF is #0C8F30. Grayscale: #A1A1A1. Windows color (decimal): -823089 or 13594867. OLE color: 13594867.
HSL color Cylindrical-coordinate representation of color #F370CF: hue angle of 316.49º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370CF is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 207 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.05 |
| HSL | 316.49º | 0.85% | 0.7% | - |
| HSV(B) | 316.49º | 0.54% | 0.95% | - |
| XYZ | 54.02 | 35.15 | 62.97 | - |
| YUV | 162 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 207 | 0 | 0.54 | 0.15 | 0.05 | 316.49 | 0.85 | 0.7 |
| Hex | F3 | 70 | CF | 0 | 36 | F | 5 | 13C | 55 | 46 |
| Octal | 363 | 160 | 317 | 0 | 66 | 17 | 5 | 474 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11001111 | 0 | 110110 | 1111 | 101 | 100111100 | 1010101 | 1000110 |
Color Harmonies of #F370CF
Complementary color
Monochromatic Colors of #F370CF
Black with #F370CF
Text Example
Text Example
White with #F370CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370CF; }
p { color: rgb(243,112,207); }
H1.HeaderClassName
{
color: #F370CF;
}
.AnyTagClassName
{
color: #F370CF;
}
</style>
background-color css
<style>
a { background-color: #F370CF; }
a { background-color: rgb(243,112,207); }
div.DivClassName
{
background-color: #F370CF;
}
.BgClassName
{
background-color: #F370CF;
}
</style>
border-color css
<style>
span { border-color: #F370CF; }
span { border-color: rgb(243,112,207); }
td.TdClassName
{
border-color: #F370CF;
}
.TagClassName
{
border-color: #F370CF;
}
</style>