Shades of Shocking Pink #F31DD1
Tints of Shocking Pink #F31DD1
RGB
CMYK
RGB Variations
Color information
#F31DD1 (or 0xF31DD1) is known color: Shocking Pink. HEX triplet: F3, 1D and D1. RGB value is (243,29,209). Sum of RGB (Red+Green+Blue) = 243+29+209=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DD1 is #0CE22E. Grayscale: #707070. Windows color (decimal): -844335 or 13704691. OLE color: 13704691.
HSL color Cylindrical-coordinate representation of color #F31DD1: hue angle of 309.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DD1 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 209 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.53º | 0.9% | 0.53% | - |
| HSV(B) | 309.53º | 0.88% | 0.95% | - |
| XYZ | 48.91 | 24.54 | 62.48 | - |
| YUV | 113.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 209 | 0 | 0.88 | 0.14 | 0.05 | 309.53 | 0.9 | 0.53 |
| Hex | F3 | 1D | D1 | 0 | 58 | E | 5 | 136 | 5A | 35 |
| Octal | 363 | 35 | 321 | 0 | 130 | 16 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11101 | 11010001 | 0 | 1011000 | 1110 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F31DD1
Complementary color
Monochromatic Colors of #F31DD1
Black with #F31DD1
Text Example
Text Example
White with #F31DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DD1; }
p { color: rgb(243,29,209); }
H1.HeaderClassName
{
color: #F31DD1;
}
.AnyTagClassName
{
color: #F31DD1;
}
</style>
background-color css
<style>
a { background-color: #F31DD1; }
a { background-color: rgb(243,29,209); }
div.DivClassName
{
background-color: #F31DD1;
}
.BgClassName
{
background-color: #F31DD1;
}
</style>
border-color css
<style>
span { border-color: #F31DD1; }
span { border-color: rgb(243,29,209); }
td.TdClassName
{
border-color: #F31DD1;
}
.TagClassName
{
border-color: #F31DD1;
}
</style>