Shades of Neon Pink #F373CE
Tints of Neon Pink #F373CE
RGB
CMYK
RGB Variations
Color information
#F373CE (or 0xF373CE) is known color: Neon Pink. HEX triplet: F3, 73 and CE. RGB value is (243,115,206). Sum of RGB (Red+Green+Blue) = 243+115+206=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F373CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373CE is #0C8C31. Grayscale: #A3A3A3. Windows color (decimal): -822322 or 13530099. OLE color: 13530099.
HSL color Cylindrical-coordinate representation of color #F373CE: hue angle of 317.34º 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 #F373CE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 206 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.05 |
| HSL | 317.34º | 0.84% | 0.7% | - |
| HSV(B) | 317.34º | 0.53% | 0.95% | - |
| XYZ | 54.23 | 35.77 | 62.44 | - |
| YUV | 163.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 206 | 0 | 0.53 | 0.15 | 0.05 | 317.34 | 0.84 | 0.7 |
| Hex | F3 | 73 | CE | 0 | 35 | F | 5 | 13D | 54 | 46 |
| Octal | 363 | 163 | 316 | 0 | 65 | 17 | 5 | 475 | 124 | 106 |
| Binary | 11110011 | 1110011 | 11001110 | 0 | 110101 | 1111 | 101 | 100111101 | 1010100 | 1000110 |
Color Harmonies of #F373CE
Complementary color
Monochromatic Colors of #F373CE
Black with #F373CE
Text Example
Text Example
White with #F373CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373CE; }
p { color: rgb(243,115,206); }
H1.HeaderClassName
{
color: #F373CE;
}
.AnyTagClassName
{
color: #F373CE;
}
</style>
background-color css
<style>
a { background-color: #F373CE; }
a { background-color: rgb(243,115,206); }
div.DivClassName
{
background-color: #F373CE;
}
.BgClassName
{
background-color: #F373CE;
}
</style>
border-color css
<style>
span { border-color: #F373CE; }
span { border-color: rgb(243,115,206); }
td.TdClassName
{
border-color: #F373CE;
}
.TagClassName
{
border-color: #F373CE;
}
</style>