Shades of Neon Pink #F362C9
Tints of Neon Pink #F362C9
RGB
CMYK
RGB Variations
Color information
#F362C9 (or 0xF362C9) is known color: Neon Pink. HEX triplet: F3, 62 and C9. RGB value is (243,98,201). Sum of RGB (Red+Green+Blue) = 243+98+201=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F362C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F362C9 is #0C9D36. Grayscale: #989898. Windows color (decimal): -826679 or 13198067. OLE color: 13198067.
HSL color Cylindrical-coordinate representation of color #F362C9: hue angle of 317.38º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F362C9 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 201 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.05 |
| HSL | 317.38º | 0.86% | 0.67% | - |
| HSV(B) | 317.38º | 0.6% | 0.95% | - |
| XYZ | 51.87 | 32.01 | 58.7 | - |
| YUV | 153.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 201 | 0 | 0.60 | 0.17 | 0.05 | 317.38 | 0.86 | 0.67 |
| Hex | F3 | 62 | C9 | 0 | 3C | 11 | 5 | 13D | 56 | 43 |
| Octal | 363 | 142 | 311 | 0 | 74 | 21 | 5 | 475 | 126 | 103 |
| Binary | 11110011 | 1100010 | 11001001 | 0 | 111100 | 10001 | 101 | 100111101 | 1010110 | 1000011 |
Color Harmonies of #F362C9
Complementary color
Monochromatic Colors of #F362C9
Black with #F362C9
Text Example
Text Example
White with #F362C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F362C9; }
p { color: rgb(243,98,201); }
H1.HeaderClassName
{
color: #F362C9;
}
.AnyTagClassName
{
color: #F362C9;
}
</style>
background-color css
<style>
a { background-color: #F362C9; }
a { background-color: rgb(243,98,201); }
div.DivClassName
{
background-color: #F362C9;
}
.BgClassName
{
background-color: #F362C9;
}
</style>
border-color css
<style>
span { border-color: #F362C9; }
span { border-color: rgb(243,98,201); }
td.TdClassName
{
border-color: #F362C9;
}
.TagClassName
{
border-color: #F362C9;
}
</style>