Shades of Neon Pink #F377CF
Tints of Neon Pink #F377CF
RGB
CMYK
RGB Variations
Color information
#F377CF (or 0xF377CF) is known color: Neon Pink. HEX triplet: F3, 77 and CF. RGB value is (243,119,207). Sum of RGB (Red+Green+Blue) = 243+119+207=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F377CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377CF is #0C8830. Grayscale: #A5A5A5. Windows color (decimal): -821297 or 13596659. OLE color: 13596659.
HSL color Cylindrical-coordinate representation of color #F377CF: hue angle of 317.42º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377CF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 207 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.05 |
| HSL | 317.42º | 0.84% | 0.71% | - |
| HSV(B) | 317.42º | 0.51% | 0.95% | - |
| XYZ | 54.82 | 36.75 | 63.24 | - |
| YUV | 166.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 207 | 0 | 0.51 | 0.15 | 0.05 | 317.42 | 0.84 | 0.71 |
| Hex | F3 | 77 | CF | 0 | 33 | F | 5 | 13D | 54 | 47 |
| Octal | 363 | 167 | 317 | 0 | 63 | 17 | 5 | 475 | 124 | 107 |
| Binary | 11110011 | 1110111 | 11001111 | 0 | 110011 | 1111 | 101 | 100111101 | 1010100 | 1000111 |
Color Harmonies of #F377CF
Complementary color
Monochromatic Colors of #F377CF
Black with #F377CF
Text Example
Text Example
White with #F377CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F377CF; }
p { color: rgb(243,119,207); }
H1.HeaderClassName
{
color: #F377CF;
}
.AnyTagClassName
{
color: #F377CF;
}
</style>
background-color css
<style>
a { background-color: #F377CF; }
a { background-color: rgb(243,119,207); }
div.DivClassName
{
background-color: #F377CF;
}
.BgClassName
{
background-color: #F377CF;
}
</style>
border-color css
<style>
span { border-color: #F377CF; }
span { border-color: rgb(243,119,207); }
td.TdClassName
{
border-color: #F377CF;
}
.TagClassName
{
border-color: #F377CF;
}
</style>