Shades of Neon Pink #F361CE
Tints of Neon Pink #F361CE
RGB
CMYK
RGB Variations
Color information
#F361CE (or 0xF361CE) is known color: Neon Pink. HEX triplet: F3, 61 and CE. RGB value is (243,97,206). Sum of RGB (Red+Green+Blue) = 243+97+206=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F361CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F361CE is #0C9E31. Grayscale: #989898. Windows color (decimal): -826930 or 13525491. OLE color: 13525491.
HSL color Cylindrical-coordinate representation of color #F361CE: hue angle of 315.21º 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 #F361CE is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 206 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.05 |
| HSL | 315.21º | 0.86% | 0.67% | - |
| HSV(B) | 315.21º | 0.6% | 0.95% | - |
| XYZ | 52.38 | 32.06 | 61.82 | - |
| YUV | 153.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 206 | 0 | 0.60 | 0.15 | 0.05 | 315.21 | 0.86 | 0.67 |
| Hex | F3 | 61 | CE | 0 | 3C | F | 5 | 13B | 56 | 43 |
| Octal | 363 | 141 | 316 | 0 | 74 | 17 | 5 | 473 | 126 | 103 |
| Binary | 11110011 | 1100001 | 11001110 | 0 | 111100 | 1111 | 101 | 100111011 | 1010110 | 1000011 |
Color Harmonies of #F361CE
Complementary color
Monochromatic Colors of #F361CE
Black with #F361CE
Text Example
Text Example
White with #F361CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F361CE; }
p { color: rgb(243,97,206); }
H1.HeaderClassName
{
color: #F361CE;
}
.AnyTagClassName
{
color: #F361CE;
}
</style>
background-color css
<style>
a { background-color: #F361CE; }
a { background-color: rgb(243,97,206); }
div.DivClassName
{
background-color: #F361CE;
}
.BgClassName
{
background-color: #F361CE;
}
</style>
border-color css
<style>
span { border-color: #F361CE; }
span { border-color: rgb(243,97,206); }
td.TdClassName
{
border-color: #F361CE;
}
.TagClassName
{
border-color: #F361CE;
}
</style>