Shades of Neon Pink #F369C5
Tints of Neon Pink #F369C5
RGB
CMYK
RGB Variations
Color information
#F369C5 (or 0xF369C5) is known color: Neon Pink. HEX triplet: F3, 69 and C5. RGB value is (243,105,197). Sum of RGB (Red+Green+Blue) = 243+105+197=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F369C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F369C5 is #0C963A. Grayscale: #9C9C9C. Windows color (decimal): -824891 or 12937715. OLE color: 12937715.
HSL color Cylindrical-coordinate representation of color #F369C5: hue angle of 320º 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 #F369C5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 197 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.05 |
| HSL | 320º | 0.85% | 0.68% | - |
| HSV(B) | 320º | 0.57% | 0.95% | - |
| XYZ | 52.09 | 33.19 | 56.48 | - |
| YUV | 156.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 197 | 0 | 0.57 | 0.19 | 0.05 | 320 | 0.85 | 0.68 |
| Hex | F3 | 69 | C5 | 0 | 39 | 13 | 5 | 140 | 55 | 44 |
| Octal | 363 | 151 | 305 | 0 | 71 | 23 | 5 | 500 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11000101 | 0 | 111001 | 10011 | 101 | 101000000 | 1010101 | 1000100 |
Color Harmonies of #F369C5
Complementary color
Monochromatic Colors of #F369C5
Black with #F369C5
Text Example
Text Example
White with #F369C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369C5; }
p { color: rgb(243,105,197); }
H1.HeaderClassName
{
color: #F369C5;
}
.AnyTagClassName
{
color: #F369C5;
}
</style>
background-color css
<style>
a { background-color: #F369C5; }
a { background-color: rgb(243,105,197); }
div.DivClassName
{
background-color: #F369C5;
}
.BgClassName
{
background-color: #F369C5;
}
</style>
border-color css
<style>
span { border-color: #F369C5; }
span { border-color: rgb(243,105,197); }
td.TdClassName
{
border-color: #F369C5;
}
.TagClassName
{
border-color: #F369C5;
}
</style>