Shades of Neon Pink #F368CE
Tints of Neon Pink #F368CE
RGB
CMYK
RGB Variations
Color information
#F368CE (or 0xF368CE) is known color: Neon Pink. HEX triplet: F3, 68 and CE. RGB value is (243,104,206). Sum of RGB (Red+Green+Blue) = 243+104+206=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F368CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368CE is #0C9731. Grayscale: #9C9C9C. Windows color (decimal): -825138 or 13527283. OLE color: 13527283.
HSL color Cylindrical-coordinate representation of color #F368CE: hue angle of 315.97º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368CE is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 206 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.05 |
| HSL | 315.97º | 0.85% | 0.68% | - |
| HSV(B) | 315.97º | 0.57% | 0.95% | - |
| XYZ | 53.05 | 33.41 | 62.05 | - |
| YUV | 157.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 206 | 0 | 0.57 | 0.15 | 0.05 | 315.97 | 0.85 | 0.68 |
| Hex | F3 | 68 | CE | 0 | 39 | F | 5 | 13C | 55 | 44 |
| Octal | 363 | 150 | 316 | 0 | 71 | 17 | 5 | 474 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11001110 | 0 | 111001 | 1111 | 101 | 100111100 | 1010101 | 1000100 |
Color Harmonies of #F368CE
Complementary color
Monochromatic Colors of #F368CE
Black with #F368CE
Text Example
Text Example
White with #F368CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368CE; }
p { color: rgb(243,104,206); }
H1.HeaderClassName
{
color: #F368CE;
}
.AnyTagClassName
{
color: #F368CE;
}
</style>
background-color css
<style>
a { background-color: #F368CE; }
a { background-color: rgb(243,104,206); }
div.DivClassName
{
background-color: #F368CE;
}
.BgClassName
{
background-color: #F368CE;
}
</style>
border-color css
<style>
span { border-color: #F368CE; }
span { border-color: rgb(243,104,206); }
td.TdClassName
{
border-color: #F368CE;
}
.TagClassName
{
border-color: #F368CE;
}
</style>