Shades of Shocking Pink #F31DCE
Tints of Shocking Pink #F31DCE
RGB
CMYK
RGB Variations
Color information
#F31DCE (or 0xF31DCE) is known color: Shocking Pink. HEX triplet: F3, 1D and CE. RGB value is (243,29,206). Sum of RGB (Red+Green+Blue) = 243+29+206=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DCE is #0CE231. Grayscale: #707070. Windows color (decimal): -844338 or 13508083. OLE color: 13508083.
HSL color Cylindrical-coordinate representation of color #F31DCE: hue angle of 310.37º 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 #F31DCE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 206 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 310.37º | 0.9% | 0.53% | - |
| HSV(B) | 310.37º | 0.88% | 0.95% | - |
| XYZ | 48.54 | 24.39 | 60.54 | - |
| YUV | 113.16 | 180.4 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 206 | 0 | 0.88 | 0.15 | 0.05 | 310.37 | 0.9 | 0.53 |
| Hex | F3 | 1D | CE | 0 | 58 | F | 5 | 136 | 5A | 35 |
| Octal | 363 | 35 | 316 | 0 | 130 | 17 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11101 | 11001110 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F31DCE
Complementary color
Monochromatic Colors of #F31DCE
Black with #F31DCE
Text Example
Text Example
White with #F31DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DCE; }
p { color: rgb(243,29,206); }
H1.HeaderClassName
{
color: #F31DCE;
}
.AnyTagClassName
{
color: #F31DCE;
}
</style>
background-color css
<style>
a { background-color: #F31DCE; }
a { background-color: rgb(243,29,206); }
div.DivClassName
{
background-color: #F31DCE;
}
.BgClassName
{
background-color: #F31DCE;
}
</style>
border-color css
<style>
span { border-color: #F31DCE; }
span { border-color: rgb(243,29,206); }
td.TdClassName
{
border-color: #F31DCE;
}
.TagClassName
{
border-color: #F31DCE;
}
</style>