Shades of Shocking Pink #F31DC6
Tints of Shocking Pink #F31DC6
RGB
CMYK
RGB Variations
Color information
#F31DC6 (or 0xF31DC6) is known color: Shocking Pink. HEX triplet: F3, 1D and C6. RGB value is (243,29,198). Sum of RGB (Red+Green+Blue) = 243+29+198=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DC6 is #0CE239. Grayscale: #6F6F6F. Windows color (decimal): -844346 or 12983795. OLE color: 12983795.
HSL color Cylindrical-coordinate representation of color #F31DC6: hue angle of 312.62º 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 #F31DC6 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 198 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.05 |
| HSL | 312.62º | 0.9% | 0.53% | - |
| HSV(B) | 312.62º | 0.88% | 0.95% | - |
| XYZ | 47.59 | 24.01 | 55.55 | - |
| YUV | 112.25 | 176.4 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 198 | 0 | 0.88 | 0.19 | 0.05 | 312.62 | 0.9 | 0.53 |
| Hex | F3 | 1D | C6 | 0 | 58 | 13 | 5 | 139 | 5A | 35 |
| Octal | 363 | 35 | 306 | 0 | 130 | 23 | 5 | 471 | 132 | 65 |
| Binary | 11110011 | 11101 | 11000110 | 0 | 1011000 | 10011 | 101 | 100111001 | 1011010 | 110101 |
Color Harmonies of #F31DC6
Complementary color
Monochromatic Colors of #F31DC6
Black with #F31DC6
Text Example
Text Example
White with #F31DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DC6; }
p { color: rgb(243,29,198); }
H1.HeaderClassName
{
color: #F31DC6;
}
.AnyTagClassName
{
color: #F31DC6;
}
</style>
background-color css
<style>
a { background-color: #F31DC6; }
a { background-color: rgb(243,29,198); }
div.DivClassName
{
background-color: #F31DC6;
}
.BgClassName
{
background-color: #F31DC6;
}
</style>
border-color css
<style>
span { border-color: #F31DC6; }
span { border-color: rgb(243,29,198); }
td.TdClassName
{
border-color: #F31DC6;
}
.TagClassName
{
border-color: #F31DC6;
}
</style>