Shades of Neon Pink #F365CB
Tints of Neon Pink #F365CB
RGB
CMYK
RGB Variations
Color information
#F365CB (or 0xF365CB) is known color: Neon Pink. HEX triplet: F3, 65 and CB. RGB value is (243,101,203). Sum of RGB (Red+Green+Blue) = 243+101+203=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F365CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365CB is #0C9A34. Grayscale: #9A9A9A. Windows color (decimal): -825909 or 13329907. OLE color: 13329907.
HSL color Cylindrical-coordinate representation of color #F365CB: hue angle of 316.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365CB is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 203 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.05 |
| HSL | 316.9º | 0.86% | 0.67% | - |
| HSV(B) | 316.9º | 0.58% | 0.95% | - |
| XYZ | 52.4 | 32.67 | 60.05 | - |
| YUV | 155.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 203 | 0 | 0.58 | 0.16 | 0.05 | 316.9 | 0.86 | 0.67 |
| Hex | F3 | 65 | CB | 0 | 3A | 10 | 5 | 13D | 56 | 43 |
| Octal | 363 | 145 | 313 | 0 | 72 | 20 | 5 | 475 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11001011 | 0 | 111010 | 10000 | 101 | 100111101 | 1010110 | 1000011 |
Color Harmonies of #F365CB
Complementary color
Monochromatic Colors of #F365CB
Black with #F365CB
Text Example
Text Example
White with #F365CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365CB; }
p { color: rgb(243,101,203); }
H1.HeaderClassName
{
color: #F365CB;
}
.AnyTagClassName
{
color: #F365CB;
}
</style>
background-color css
<style>
a { background-color: #F365CB; }
a { background-color: rgb(243,101,203); }
div.DivClassName
{
background-color: #F365CB;
}
.BgClassName
{
background-color: #F365CB;
}
</style>
border-color css
<style>
span { border-color: #F365CB; }
span { border-color: rgb(243,101,203); }
td.TdClassName
{
border-color: #F365CB;
}
.TagClassName
{
border-color: #F365CB;
}
</style>