Shades of Neon Pink #F369C9
Tints of Neon Pink #F369C9
RGB
CMYK
RGB Variations
Color information
#F369C9 (or 0xF369C9) is known color: Neon Pink. HEX triplet: F3, 69 and C9. RGB value is (243,105,201). Sum of RGB (Red+Green+Blue) = 243+105+201=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F369C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369C9 is #0C9636. Grayscale: #9C9C9C. Windows color (decimal): -824887 or 13199859. OLE color: 13199859.
HSL color Cylindrical-coordinate representation of color #F369C9: hue angle of 318.26º 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 #F369C9 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 201 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.05 |
| HSL | 318.26º | 0.85% | 0.68% | - |
| HSV(B) | 318.26º | 0.57% | 0.95% | - |
| XYZ | 52.56 | 33.37 | 58.93 | - |
| YUV | 157.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 201 | 0 | 0.57 | 0.17 | 0.05 | 318.26 | 0.85 | 0.68 |
| Hex | F3 | 69 | C9 | 0 | 39 | 11 | 5 | 13E | 55 | 44 |
| Octal | 363 | 151 | 311 | 0 | 71 | 21 | 5 | 476 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11001001 | 0 | 111001 | 10001 | 101 | 100111110 | 1010101 | 1000100 |
Color Harmonies of #F369C9
Complementary color
Monochromatic Colors of #F369C9
Black with #F369C9
Text Example
Text Example
White with #F369C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369C9; }
p { color: rgb(243,105,201); }
H1.HeaderClassName
{
color: #F369C9;
}
.AnyTagClassName
{
color: #F369C9;
}
</style>
background-color css
<style>
a { background-color: #F369C9; }
a { background-color: rgb(243,105,201); }
div.DivClassName
{
background-color: #F369C9;
}
.BgClassName
{
background-color: #F369C9;
}
</style>
border-color css
<style>
span { border-color: #F369C9; }
span { border-color: rgb(243,105,201); }
td.TdClassName
{
border-color: #F369C9;
}
.TagClassName
{
border-color: #F369C9;
}
</style>