Shades of Neon Pink #F37AD2
Tints of Neon Pink #F37AD2
RGB
CMYK
RGB Variations
Color information
#F37AD2 (or 0xF37AD2) is known color: Neon Pink. HEX triplet: F3, 7A and D2. RGB value is (243,122,210). Sum of RGB (Red+Green+Blue) = 243+122+210=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD2 is #0C852D. Grayscale: #A7A7A7. Windows color (decimal): -820526 or 13794035. OLE color: 13794035.
HSL color Cylindrical-coordinate representation of color #F37AD2: hue angle of 316.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 #F37AD2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 210 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.05 |
| HSL | 316.36º | 0.83% | 0.72% | - |
| HSV(B) | 316.36º | 0.5% | 0.95% | - |
| XYZ | 55.55 | 37.63 | 65.31 | - |
| YUV | 168.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 210 | 0 | 0.50 | 0.14 | 0.05 | 316.36 | 0.83 | 0.72 |
| Hex | F3 | 7A | D2 | 0 | 32 | E | 5 | 13C | 53 | 48 |
| Octal | 363 | 172 | 322 | 0 | 62 | 16 | 5 | 474 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11010010 | 0 | 110010 | 1110 | 101 | 100111100 | 1010011 | 1001000 |
Color Harmonies of #F37AD2
Complementary color
Monochromatic Colors of #F37AD2
Black with #F37AD2
Text Example
Text Example
White with #F37AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AD2; }
p { color: rgb(243,122,210); }
H1.HeaderClassName
{
color: #F37AD2;
}
.AnyTagClassName
{
color: #F37AD2;
}
</style>
background-color css
<style>
a { background-color: #F37AD2; }
a { background-color: rgb(243,122,210); }
div.DivClassName
{
background-color: #F37AD2;
}
.BgClassName
{
background-color: #F37AD2;
}
</style>
border-color css
<style>
span { border-color: #F37AD2; }
span { border-color: rgb(243,122,210); }
td.TdClassName
{
border-color: #F37AD2;
}
.TagClassName
{
border-color: #F37AD2;
}
</style>