Shades of Neon Pink #F360CA
Tints of Neon Pink #F360CA
RGB
CMYK
RGB Variations
Color information
#F360CA (or 0xF360CA) is known color: Neon Pink. HEX triplet: F3, 60 and CA. RGB value is (243,96,202). Sum of RGB (Red+Green+Blue) = 243+96+202=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F360CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360CA is #0C9F35. Grayscale: #979797. Windows color (decimal): -827190 or 13263091. OLE color: 13263091.
HSL color Cylindrical-coordinate representation of color #F360CA: hue angle of 316.73º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F360CA is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 202 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.05 |
| HSL | 316.73º | 0.86% | 0.66% | - |
| HSV(B) | 316.73º | 0.6% | 0.95% | - |
| XYZ | 51.81 | 31.68 | 59.26 | - |
| YUV | 152.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 202 | 0 | 0.60 | 0.17 | 0.05 | 316.73 | 0.86 | 0.66 |
| Hex | F3 | 60 | CA | 0 | 3C | 11 | 5 | 13D | 56 | 42 |
| Octal | 363 | 140 | 312 | 0 | 74 | 21 | 5 | 475 | 126 | 102 |
| Binary | 11110011 | 1100000 | 11001010 | 0 | 111100 | 10001 | 101 | 100111101 | 1010110 | 1000010 |
Color Harmonies of #F360CA
Complementary color
Monochromatic Colors of #F360CA
Black with #F360CA
Text Example
Text Example
White with #F360CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F360CA; }
p { color: rgb(243,96,202); }
H1.HeaderClassName
{
color: #F360CA;
}
.AnyTagClassName
{
color: #F360CA;
}
</style>
background-color css
<style>
a { background-color: #F360CA; }
a { background-color: rgb(243,96,202); }
div.DivClassName
{
background-color: #F360CA;
}
.BgClassName
{
background-color: #F360CA;
}
</style>
border-color css
<style>
span { border-color: #F360CA; }
span { border-color: rgb(243,96,202); }
td.TdClassName
{
border-color: #F360CA;
}
.TagClassName
{
border-color: #F360CA;
}
</style>