Shades of Neon Pink #F370D1
Tints of Neon Pink #F370D1
RGB
CMYK
RGB Variations
Color information
#F370D1 (or 0xF370D1) is known color: Neon Pink. HEX triplet: F3, 70 and D1. RGB value is (243,112,209). Sum of RGB (Red+Green+Blue) = 243+112+209=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F370D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370D1 is #0C8F2E. Grayscale: #A1A1A1. Windows color (decimal): -823087 or 13725939. OLE color: 13725939.
HSL color Cylindrical-coordinate representation of color #F370D1: hue angle of 315.57º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370D1 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 209 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.05 |
| HSL | 315.57º | 0.85% | 0.7% | - |
| HSV(B) | 315.57º | 0.54% | 0.95% | - |
| XYZ | 54.26 | 35.25 | 64.26 | - |
| YUV | 162.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 209 | 0 | 0.54 | 0.14 | 0.05 | 315.57 | 0.85 | 0.7 |
| Hex | F3 | 70 | D1 | 0 | 36 | E | 5 | 13C | 55 | 46 |
| Octal | 363 | 160 | 321 | 0 | 66 | 16 | 5 | 474 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11010001 | 0 | 110110 | 1110 | 101 | 100111100 | 1010101 | 1000110 |
Color Harmonies of #F370D1
Complementary color
Monochromatic Colors of #F370D1
Black with #F370D1
Text Example
Text Example
White with #F370D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370D1; }
p { color: rgb(243,112,209); }
H1.HeaderClassName
{
color: #F370D1;
}
.AnyTagClassName
{
color: #F370D1;
}
</style>
background-color css
<style>
a { background-color: #F370D1; }
a { background-color: rgb(243,112,209); }
div.DivClassName
{
background-color: #F370D1;
}
.BgClassName
{
background-color: #F370D1;
}
</style>
border-color css
<style>
span { border-color: #F370D1; }
span { border-color: rgb(243,112,209); }
td.TdClassName
{
border-color: #F370D1;
}
.TagClassName
{
border-color: #F370D1;
}
</style>