Shades of Neon Pink #F37AD1
Tints of Neon Pink #F37AD1
RGB
CMYK
RGB Variations
Color information
#F37AD1 (or 0xF37AD1) is known color: Neon Pink. HEX triplet: F3, 7A and D1. RGB value is (243,122,209). Sum of RGB (Red+Green+Blue) = 243+122+209=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD1 is #0C852E. Grayscale: #A7A7A7. Windows color (decimal): -820527 or 13728499. OLE color: 13728499.
HSL color Cylindrical-coordinate representation of color #F37AD1: hue angle of 316.86º 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 #F37AD1 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 209 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.05 |
| HSL | 316.86º | 0.83% | 0.72% | - |
| HSV(B) | 316.86º | 0.5% | 0.95% | - |
| XYZ | 55.43 | 37.58 | 64.65 | - |
| YUV | 168.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 209 | 0 | 0.50 | 0.14 | 0.05 | 316.86 | 0.83 | 0.72 |
| Hex | F3 | 7A | D1 | 0 | 32 | E | 5 | 13D | 53 | 48 |
| Octal | 363 | 172 | 321 | 0 | 62 | 16 | 5 | 475 | 123 | 110 |
| Binary | 11110011 | 1111010 | 11010001 | 0 | 110010 | 1110 | 101 | 100111101 | 1010011 | 1001000 |
Color Harmonies of #F37AD1
Complementary color
Monochromatic Colors of #F37AD1
Black with #F37AD1
Text Example
Text Example
White with #F37AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37AD1; }
p { color: rgb(243,122,209); }
H1.HeaderClassName
{
color: #F37AD1;
}
.AnyTagClassName
{
color: #F37AD1;
}
</style>
background-color css
<style>
a { background-color: #F37AD1; }
a { background-color: rgb(243,122,209); }
div.DivClassName
{
background-color: #F37AD1;
}
.BgClassName
{
background-color: #F37AD1;
}
</style>
border-color css
<style>
span { border-color: #F37AD1; }
span { border-color: rgb(243,122,209); }
td.TdClassName
{
border-color: #F37AD1;
}
.TagClassName
{
border-color: #F37AD1;
}
</style>