Shades of Shocking Pink #F31DC9
Tints of Shocking Pink #F31DC9
RGB
CMYK
RGB Variations
Color information
#F31DC9 (or 0xF31DC9) is known color: Shocking Pink. HEX triplet: F3, 1D and C9. RGB value is (243,29,201). Sum of RGB (Red+Green+Blue) = 243+29+201=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DC9 is #0CE236. Grayscale: #707070. Windows color (decimal): -844343 or 13180403. OLE color: 13180403.
HSL color Cylindrical-coordinate representation of color #F31DC9: hue angle of 311.78º 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 #F31DC9 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 201 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.78º | 0.9% | 0.53% | - |
| HSV(B) | 311.78º | 0.88% | 0.95% | - |
| XYZ | 47.94 | 24.15 | 57.39 | - |
| YUV | 112.59 | 177.9 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 201 | 0 | 0.88 | 0.17 | 0.05 | 311.78 | 0.9 | 0.53 |
| Hex | F3 | 1D | C9 | 0 | 58 | 11 | 5 | 138 | 5A | 35 |
| Octal | 363 | 35 | 311 | 0 | 130 | 21 | 5 | 470 | 132 | 65 |
| Binary | 11110011 | 11101 | 11001001 | 0 | 1011000 | 10001 | 101 | 100111000 | 1011010 | 110101 |
Color Harmonies of #F31DC9
Complementary color
Monochromatic Colors of #F31DC9
Black with #F31DC9
Text Example
Text Example
White with #F31DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DC9; }
p { color: rgb(243,29,201); }
H1.HeaderClassName
{
color: #F31DC9;
}
.AnyTagClassName
{
color: #F31DC9;
}
</style>
background-color css
<style>
a { background-color: #F31DC9; }
a { background-color: rgb(243,29,201); }
div.DivClassName
{
background-color: #F31DC9;
}
.BgClassName
{
background-color: #F31DC9;
}
</style>
border-color css
<style>
span { border-color: #F31DC9; }
span { border-color: rgb(243,29,201); }
td.TdClassName
{
border-color: #F31DC9;
}
.TagClassName
{
border-color: #F31DC9;
}
</style>