Shades of Shocking Pink #F31DC7
Tints of Shocking Pink #F31DC7
RGB
CMYK
RGB Variations
Color information
#F31DC7 (or 0xF31DC7) is known color: Shocking Pink. HEX triplet: F3, 1D and C7. RGB value is (243,29,199). Sum of RGB (Red+Green+Blue) = 243+29+199=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DC7 is #0CE238. Grayscale: #6F6F6F. Windows color (decimal): -844345 or 13049331. OLE color: 13049331.
HSL color Cylindrical-coordinate representation of color #F31DC7: hue angle of 312.34º 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 #F31DC7 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 199 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.05 |
| HSL | 312.34º | 0.9% | 0.53% | - |
| HSV(B) | 312.34º | 0.88% | 0.95% | - |
| XYZ | 47.71 | 24.06 | 56.16 | - |
| YUV | 112.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 199 | 0 | 0.88 | 0.18 | 0.05 | 312.34 | 0.9 | 0.53 |
| Hex | F3 | 1D | C7 | 0 | 58 | 12 | 5 | 138 | 5A | 35 |
| Octal | 363 | 35 | 307 | 0 | 130 | 22 | 5 | 470 | 132 | 65 |
| Binary | 11110011 | 11101 | 11000111 | 0 | 1011000 | 10010 | 101 | 100111000 | 1011010 | 110101 |
Color Harmonies of #F31DC7
Complementary color
Monochromatic Colors of #F31DC7
Black with #F31DC7
Text Example
Text Example
White with #F31DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DC7; }
p { color: rgb(243,29,199); }
H1.HeaderClassName
{
color: #F31DC7;
}
.AnyTagClassName
{
color: #F31DC7;
}
</style>
background-color css
<style>
a { background-color: #F31DC7; }
a { background-color: rgb(243,29,199); }
div.DivClassName
{
background-color: #F31DC7;
}
.BgClassName
{
background-color: #F31DC7;
}
</style>
border-color css
<style>
span { border-color: #F31DC7; }
span { border-color: rgb(243,29,199); }
td.TdClassName
{
border-color: #F31DC7;
}
.TagClassName
{
border-color: #F31DC7;
}
</style>