Shades of Shocking Pink #F31CC5
Tints of Shocking Pink #F31CC5
RGB
CMYK
RGB Variations
Color information
#F31CC5 (or 0xF31CC5) is known color: Shocking Pink. HEX triplet: F3, 1C and C5. RGB value is (243,28,197). Sum of RGB (Red+Green+Blue) = 243+28+197=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31CC5 is #0CE33A. Grayscale: #6F6F6F. Windows color (decimal): -844603 or 12918003. OLE color: 12918003.
HSL color Cylindrical-coordinate representation of color #F31CC5: hue angle of 312.84º 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 #F31CC5 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 197 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.05 |
| HSL | 312.84º | 0.9% | 0.53% | - |
| HSV(B) | 312.84º | 0.88% | 0.95% | - |
| XYZ | 47.46 | 23.92 | 54.94 | - |
| YUV | 111.55 | 176.23 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 197 | 0 | 0.88 | 0.19 | 0.05 | 312.84 | 0.9 | 0.53 |
| Hex | F3 | 1C | C5 | 0 | 58 | 13 | 5 | 139 | 5A | 35 |
| Octal | 363 | 34 | 305 | 0 | 130 | 23 | 5 | 471 | 132 | 65 |
| Binary | 11110011 | 11100 | 11000101 | 0 | 1011000 | 10011 | 101 | 100111001 | 1011010 | 110101 |
Color Harmonies of #F31CC5
Complementary color
Monochromatic Colors of #F31CC5
Black with #F31CC5
Text Example
Text Example
White with #F31CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CC5; }
p { color: rgb(243,28,197); }
H1.HeaderClassName
{
color: #F31CC5;
}
.AnyTagClassName
{
color: #F31CC5;
}
</style>
background-color css
<style>
a { background-color: #F31CC5; }
a { background-color: rgb(243,28,197); }
div.DivClassName
{
background-color: #F31CC5;
}
.BgClassName
{
background-color: #F31CC5;
}
</style>
border-color css
<style>
span { border-color: #F31CC5; }
span { border-color: rgb(243,28,197); }
td.TdClassName
{
border-color: #F31CC5;
}
.TagClassName
{
border-color: #F31CC5;
}
</style>