Shades of Neon Pink #F375D2
Tints of Neon Pink #F375D2
RGB
CMYK
RGB Variations
Color information
#F375D2 (or 0xF375D2) is known color: Neon Pink. HEX triplet: F3, 75 and D2. RGB value is (243,117,210). Sum of RGB (Red+Green+Blue) = 243+117+210=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F375D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375D2 is #0C8A2D. Grayscale: #A5A5A5. Windows color (decimal): -821806 or 13792755. OLE color: 13792755.
HSL color Cylindrical-coordinate representation of color #F375D2: hue angle of 315.71º 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 #F375D2 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 210 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.05 |
| HSL | 315.71º | 0.84% | 0.71% | - |
| HSV(B) | 315.71º | 0.52% | 0.95% | - |
| XYZ | 54.96 | 36.43 | 65.11 | - |
| YUV | 165.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 210 | 0 | 0.52 | 0.14 | 0.05 | 315.71 | 0.84 | 0.71 |
| Hex | F3 | 75 | D2 | 0 | 34 | E | 5 | 13C | 54 | 47 |
| Octal | 363 | 165 | 322 | 0 | 64 | 16 | 5 | 474 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11010010 | 0 | 110100 | 1110 | 101 | 100111100 | 1010100 | 1000111 |
Color Harmonies of #F375D2
Complementary color
Monochromatic Colors of #F375D2
Black with #F375D2
Text Example
Text Example
White with #F375D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375D2; }
p { color: rgb(243,117,210); }
H1.HeaderClassName
{
color: #F375D2;
}
.AnyTagClassName
{
color: #F375D2;
}
</style>
background-color css
<style>
a { background-color: #F375D2; }
a { background-color: rgb(243,117,210); }
div.DivClassName
{
background-color: #F375D2;
}
.BgClassName
{
background-color: #F375D2;
}
</style>
border-color css
<style>
span { border-color: #F375D2; }
span { border-color: rgb(243,117,210); }
td.TdClassName
{
border-color: #F375D2;
}
.TagClassName
{
border-color: #F375D2;
}
</style>