Shades of Neon Pink #F37AD0
Tints of Neon Pink #F37AD0
RGB
CMYK
RGB Variations
Color information
#F37AD0 (or 0xF37AD0) is known color: Neon Pink. HEX triplet: F3, 7A and D0. RGB value is (243,122,208). Sum of RGB (Red+Green+Blue) = 243+122+208=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD0 is #0C852F. Grayscale: #A7A7A7. Windows color (decimal): -820528 or 13662963. OLE color: 13662963.
HSL color Cylindrical-coordinate representation of color #F37AD0: hue angle of 317.36º 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 #F37AD0 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 208 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.05 |
| HSL | 317.36º | 0.83% | 0.72% | - |
| HSV(B) | 317.36º | 0.5% | 0.95% | - |
| XYZ | 55.31 | 37.53 | 64 | - |
| YUV | 167.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 208 | 0 | 0.50 | 0.14 | 0.05 | 317.36 | 0.83 | 0.72 |
| Hex | F3 | 7A | D0 | 0 | 32 | E | 5 | 13D | 53 | 48 |
| Octal | 363 | 172 | 320 | 0 | 62 | 16 | 5 | 475 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11010000 | 0 | 110010 | 1110 | 101 | 100111101 | 1010011 | 1001000 |
Color Harmonies of #F37AD0
Complementary color
Monochromatic Colors of #F37AD0
Black with #F37AD0
Text Example
Text Example
White with #F37AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AD0; }
p { color: rgb(243,122,208); }
H1.HeaderClassName
{
color: #F37AD0;
}
.AnyTagClassName
{
color: #F37AD0;
}
</style>
background-color css
<style>
a { background-color: #F37AD0; }
a { background-color: rgb(243,122,208); }
div.DivClassName
{
background-color: #F37AD0;
}
.BgClassName
{
background-color: #F37AD0;
}
</style>
border-color css
<style>
span { border-color: #F37AD0; }
span { border-color: rgb(243,122,208); }
td.TdClassName
{
border-color: #F37AD0;
}
.TagClassName
{
border-color: #F37AD0;
}
</style>