Shades of Shocking Pink #F31DCD
Tints of Shocking Pink #F31DCD
RGB
CMYK
RGB Variations
Color information
#F31DCD (or 0xF31DCD) is known color: Shocking Pink. HEX triplet: F3, 1D and CD. RGB value is (243,29,205). Sum of RGB (Red+Green+Blue) = 243+29+205=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DCD is #0CE232. Grayscale: #707070. Windows color (decimal): -844339 or 13442547. OLE color: 13442547.
HSL color Cylindrical-coordinate representation of color #F31DCD: hue angle of 310.65º 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 #F31DCD is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.05 |
| HSL | 310.65º | 0.9% | 0.53% | - |
| HSV(B) | 310.65º | 0.88% | 0.95% | - |
| XYZ | 48.42 | 24.34 | 59.9 | - |
| YUV | 113.05 | 179.9 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 205 | 0 | 0.88 | 0.16 | 0.05 | 310.65 | 0.9 | 0.53 |
| Hex | F3 | 1D | CD | 0 | 58 | 10 | 5 | 137 | 5A | 35 |
| Octal | 363 | 35 | 315 | 0 | 130 | 20 | 5 | 467 | 132 | 65 |
| Binary | 11110011 | 11101 | 11001101 | 0 | 1011000 | 10000 | 101 | 100110111 | 1011010 | 110101 |
Color Harmonies of #F31DCD
Complementary color
Monochromatic Colors of #F31DCD
Black with #F31DCD
Text Example
Text Example
White with #F31DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DCD; }
p { color: rgb(243,29,205); }
H1.HeaderClassName
{
color: #F31DCD;
}
.AnyTagClassName
{
color: #F31DCD;
}
</style>
background-color css
<style>
a { background-color: #F31DCD; }
a { background-color: rgb(243,29,205); }
div.DivClassName
{
background-color: #F31DCD;
}
.BgClassName
{
background-color: #F31DCD;
}
</style>
border-color css
<style>
span { border-color: #F31DCD; }
span { border-color: rgb(243,29,205); }
td.TdClassName
{
border-color: #F31DCD;
}
.TagClassName
{
border-color: #F31DCD;
}
</style>