Shades of Neon Pink #F370CA
Tints of Neon Pink #F370CA
RGB
CMYK
RGB Variations
Color information
#F370CA (or 0xF370CA) is known color: Neon Pink. HEX triplet: F3, 70 and CA. RGB value is (243,112,202). Sum of RGB (Red+Green+Blue) = 243+112+202=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F370CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370CA is #0C8F35. Grayscale: #A1A1A1. Windows color (decimal): -823094 or 13267187. OLE color: 13267187.
HSL color Cylindrical-coordinate representation of color #F370CA: hue angle of 318.78º 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 #F370CA is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 202 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.05 |
| HSL | 318.78º | 0.85% | 0.7% | - |
| HSV(B) | 318.78º | 0.54% | 0.95% | - |
| XYZ | 53.42 | 34.91 | 59.8 | - |
| YUV | 161.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 202 | 0 | 0.54 | 0.17 | 0.05 | 318.78 | 0.85 | 0.7 |
| Hex | F3 | 70 | CA | 0 | 36 | 11 | 5 | 13F | 55 | 46 |
| Octal | 363 | 160 | 312 | 0 | 66 | 21 | 5 | 477 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11001010 | 0 | 110110 | 10001 | 101 | 100111111 | 1010101 | 1000110 |
Color Harmonies of #F370CA
Complementary color
Monochromatic Colors of #F370CA
Black with #F370CA
Text Example
Text Example
White with #F370CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370CA; }
p { color: rgb(243,112,202); }
H1.HeaderClassName
{
color: #F370CA;
}
.AnyTagClassName
{
color: #F370CA;
}
</style>
background-color css
<style>
a { background-color: #F370CA; }
a { background-color: rgb(243,112,202); }
div.DivClassName
{
background-color: #F370CA;
}
.BgClassName
{
background-color: #F370CA;
}
</style>
border-color css
<style>
span { border-color: #F370CA; }
span { border-color: rgb(243,112,202); }
td.TdClassName
{
border-color: #F370CA;
}
.TagClassName
{
border-color: #F370CA;
}
</style>