Shades of Neon Pink #F375CE
Tints of Neon Pink #F375CE
RGB
CMYK
RGB Variations
Color information
#F375CE (or 0xF375CE) is known color: Neon Pink. HEX triplet: F3, 75 and CE. RGB value is (243,117,206). Sum of RGB (Red+Green+Blue) = 243+117+206=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F375CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375CE is #0C8A31. Grayscale: #A4A4A4. Windows color (decimal): -821810 or 13530611. OLE color: 13530611.
HSL color Cylindrical-coordinate representation of color #F375CE: hue angle of 317.62º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375CE is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 206 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.05 |
| HSL | 317.62º | 0.84% | 0.71% | - |
| HSV(B) | 317.62º | 0.52% | 0.95% | - |
| XYZ | 54.46 | 36.23 | 62.52 | - |
| YUV | 164.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 206 | 0 | 0.52 | 0.15 | 0.05 | 317.62 | 0.84 | 0.71 |
| Hex | F3 | 75 | CE | 0 | 34 | F | 5 | 13E | 54 | 47 |
| Octal | 363 | 165 | 316 | 0 | 64 | 17 | 5 | 476 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11001110 | 0 | 110100 | 1111 | 101 | 100111110 | 1010100 | 1000111 |
Color Harmonies of #F375CE
Complementary color
Monochromatic Colors of #F375CE
Black with #F375CE
Text Example
Text Example
White with #F375CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375CE; }
p { color: rgb(243,117,206); }
H1.HeaderClassName
{
color: #F375CE;
}
.AnyTagClassName
{
color: #F375CE;
}
</style>
background-color css
<style>
a { background-color: #F375CE; }
a { background-color: rgb(243,117,206); }
div.DivClassName
{
background-color: #F375CE;
}
.BgClassName
{
background-color: #F375CE;
}
</style>
border-color css
<style>
span { border-color: #F375CE; }
span { border-color: rgb(243,117,206); }
td.TdClassName
{
border-color: #F375CE;
}
.TagClassName
{
border-color: #F375CE;
}
</style>