Shades of Neon Pink #F365CF
Tints of Neon Pink #F365CF
RGB
CMYK
RGB Variations
Color information
#F365CF (or 0xF365CF) is known color: Neon Pink. HEX triplet: F3, 65 and CF. RGB value is (243,101,207). Sum of RGB (Red+Green+Blue) = 243+101+207=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F365CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365CF is #0C9A30. Grayscale: #9B9B9B. Windows color (decimal): -825905 or 13592051. OLE color: 13592051.
HSL color Cylindrical-coordinate representation of color #F365CF: hue angle of 315.21º 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 #F365CF is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 207 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.05 |
| HSL | 315.21º | 0.86% | 0.67% | - |
| HSV(B) | 315.21º | 0.58% | 0.95% | - |
| XYZ | 52.88 | 32.87 | 62.59 | - |
| YUV | 155.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 207 | 0 | 0.58 | 0.15 | 0.05 | 315.21 | 0.86 | 0.67 |
| Hex | F3 | 65 | CF | 0 | 3A | F | 5 | 13B | 56 | 43 |
| Octal | 363 | 145 | 317 | 0 | 72 | 17 | 5 | 473 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11001111 | 0 | 111010 | 1111 | 101 | 100111011 | 1010110 | 1000011 |
Color Harmonies of #F365CF
Complementary color
Monochromatic Colors of #F365CF
Black with #F365CF
Text Example
Text Example
White with #F365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365CF; }
p { color: rgb(243,101,207); }
H1.HeaderClassName
{
color: #F365CF;
}
.AnyTagClassName
{
color: #F365CF;
}
</style>
background-color css
<style>
a { background-color: #F365CF; }
a { background-color: rgb(243,101,207); }
div.DivClassName
{
background-color: #F365CF;
}
.BgClassName
{
background-color: #F365CF;
}
</style>
border-color css
<style>
span { border-color: #F365CF; }
span { border-color: rgb(243,101,207); }
td.TdClassName
{
border-color: #F365CF;
}
.TagClassName
{
border-color: #F365CF;
}
</style>