Shades of Neon Pink #F371CA
Tints of Neon Pink #F371CA
RGB
CMYK
RGB Variations
Color information
#F371CA (or 0xF371CA) is known color: Neon Pink. HEX triplet: F3, 71 and CA. RGB value is (243,113,202). Sum of RGB (Red+Green+Blue) = 243+113+202=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F371CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371CA is #0C8E35. Grayscale: #A1A1A1. Windows color (decimal): -822838 or 13267443. OLE color: 13267443.
HSL color Cylindrical-coordinate representation of color #F371CA: hue angle of 318.92º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F371CA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 202 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.05 |
| HSL | 318.92º | 0.84% | 0.7% | - |
| HSV(B) | 318.92º | 0.53% | 0.95% | - |
| XYZ | 53.53 | 35.13 | 59.84 | - |
| YUV | 162.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 202 | 0 | 0.53 | 0.17 | 0.05 | 318.92 | 0.84 | 0.7 |
| Hex | F3 | 71 | CA | 0 | 35 | 11 | 5 | 13F | 54 | 46 |
| Octal | 363 | 161 | 312 | 0 | 65 | 21 | 5 | 477 | 124 | 106 |
| Binary | 11110011 | 1110001 | 11001010 | 0 | 110101 | 10001 | 101 | 100111111 | 1010100 | 1000110 |
Color Harmonies of #F371CA
Complementary color
Monochromatic Colors of #F371CA
Black with #F371CA
Text Example
Text Example
White with #F371CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F371CA; }
p { color: rgb(243,113,202); }
H1.HeaderClassName
{
color: #F371CA;
}
.AnyTagClassName
{
color: #F371CA;
}
</style>
background-color css
<style>
a { background-color: #F371CA; }
a { background-color: rgb(243,113,202); }
div.DivClassName
{
background-color: #F371CA;
}
.BgClassName
{
background-color: #F371CA;
}
</style>
border-color css
<style>
span { border-color: #F371CA; }
span { border-color: rgb(243,113,202); }
td.TdClassName
{
border-color: #F371CA;
}
.TagClassName
{
border-color: #F371CA;
}
</style>