Shades of Neon Pink #F370D3
Tints of Neon Pink #F370D3
RGB
CMYK
RGB Variations
Color information
#F370D3 (or 0xF370D3) is known color: Neon Pink. HEX triplet: F3, 70 and D3. RGB value is (243,112,211). Sum of RGB (Red+Green+Blue) = 243+112+211=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F370D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370D3 is #0C8F2C. Grayscale: #A2A2A2. Windows color (decimal): -823085 or 13857011. OLE color: 13857011.
HSL color Cylindrical-coordinate representation of color #F370D3: hue angle of 314.66º 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 #F370D3 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 211 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.05 |
| HSL | 314.66º | 0.85% | 0.7% | - |
| HSV(B) | 314.66º | 0.54% | 0.95% | - |
| XYZ | 54.51 | 35.35 | 65.58 | - |
| YUV | 162.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 211 | 0 | 0.54 | 0.13 | 0.05 | 314.66 | 0.85 | 0.7 |
| Hex | F3 | 70 | D3 | 0 | 36 | D | 5 | 13B | 55 | 46 |
| Octal | 363 | 160 | 323 | 0 | 66 | 15 | 5 | 473 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11010011 | 0 | 110110 | 1101 | 101 | 100111011 | 1010101 | 1000110 |
Color Harmonies of #F370D3
Complementary color
Monochromatic Colors of #F370D3
Black with #F370D3
Text Example
Text Example
White with #F370D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370D3; }
p { color: rgb(243,112,211); }
H1.HeaderClassName
{
color: #F370D3;
}
.AnyTagClassName
{
color: #F370D3;
}
</style>
background-color css
<style>
a { background-color: #F370D3; }
a { background-color: rgb(243,112,211); }
div.DivClassName
{
background-color: #F370D3;
}
.BgClassName
{
background-color: #F370D3;
}
</style>
border-color css
<style>
span { border-color: #F370D3; }
span { border-color: rgb(243,112,211); }
td.TdClassName
{
border-color: #F370D3;
}
.TagClassName
{
border-color: #F370D3;
}
</style>