Shades of Neon Pink #F366CF
Tints of Neon Pink #F366CF
RGB
CMYK
RGB Variations
Color information
#F366CF (or 0xF366CF) is known color: Neon Pink. HEX triplet: F3, 66 and CF. RGB value is (243,102,207). Sum of RGB (Red+Green+Blue) = 243+102+207=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F366CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366CF is #0C9930. Grayscale: #9B9B9B. Windows color (decimal): -825649 or 13592307. OLE color: 13592307.
HSL color Cylindrical-coordinate representation of color #F366CF: hue angle of 315.32º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F366CF is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 207 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.05 |
| HSL | 315.32º | 0.85% | 0.68% | - |
| HSV(B) | 315.32º | 0.58% | 0.95% | - |
| XYZ | 52.98 | 33.06 | 62.62 | - |
| YUV | 156.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 207 | 0 | 0.58 | 0.15 | 0.05 | 315.32 | 0.85 | 0.68 |
| Hex | F3 | 66 | CF | 0 | 3A | F | 5 | 13B | 55 | 44 |
| Octal | 363 | 146 | 317 | 0 | 72 | 17 | 5 | 473 | 125 | 104 |
| Binary | 11110011 | 1100110 | 11001111 | 0 | 111010 | 1111 | 101 | 100111011 | 1010101 | 1000100 |
Color Harmonies of #F366CF
Complementary color
Monochromatic Colors of #F366CF
Black with #F366CF
Text Example
Text Example
White with #F366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366CF; }
p { color: rgb(243,102,207); }
H1.HeaderClassName
{
color: #F366CF;
}
.AnyTagClassName
{
color: #F366CF;
}
</style>
background-color css
<style>
a { background-color: #F366CF; }
a { background-color: rgb(243,102,207); }
div.DivClassName
{
background-color: #F366CF;
}
.BgClassName
{
background-color: #F366CF;
}
</style>
border-color css
<style>
span { border-color: #F366CF; }
span { border-color: rgb(243,102,207); }
td.TdClassName
{
border-color: #F366CF;
}
.TagClassName
{
border-color: #F366CF;
}
</style>