Shades of Neon Pink #F37ACE
Tints of Neon Pink #F37ACE
RGB
CMYK
RGB Variations
Color information
#F37ACE (or 0xF37ACE) is known color: Neon Pink. HEX triplet: F3, 7A and CE. RGB value is (243,122,206). Sum of RGB (Red+Green+Blue) = 243+122+206=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ACE is #0C8531. Grayscale: #A7A7A7. Windows color (decimal): -820530 or 13531891. OLE color: 13531891.
HSL color Cylindrical-coordinate representation of color #F37ACE: hue angle of 318.35º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37ACE is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 206 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.05 |
| HSL | 318.35º | 0.83% | 0.72% | - |
| HSV(B) | 318.35º | 0.5% | 0.95% | - |
| XYZ | 55.06 | 37.43 | 62.72 | - |
| YUV | 167.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 206 | 0 | 0.50 | 0.15 | 0.05 | 318.35 | 0.83 | 0.72 |
| Hex | F3 | 7A | CE | 0 | 32 | F | 5 | 13E | 53 | 48 |
| Octal | 363 | 172 | 316 | 0 | 62 | 17 | 5 | 476 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11001110 | 0 | 110010 | 1111 | 101 | 100111110 | 1010011 | 1001000 |
Color Harmonies of #F37ACE
Complementary color
Monochromatic Colors of #F37ACE
Black with #F37ACE
Text Example
Text Example
White with #F37ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37ACE; }
p { color: rgb(243,122,206); }
H1.HeaderClassName
{
color: #F37ACE;
}
.AnyTagClassName
{
color: #F37ACE;
}
</style>
background-color css
<style>
a { background-color: #F37ACE; }
a { background-color: rgb(243,122,206); }
div.DivClassName
{
background-color: #F37ACE;
}
.BgClassName
{
background-color: #F37ACE;
}
</style>
border-color css
<style>
span { border-color: #F37ACE; }
span { border-color: rgb(243,122,206); }
td.TdClassName
{
border-color: #F37ACE;
}
.TagClassName
{
border-color: #F37ACE;
}
</style>