Shades of Shocking Pink #F31AD8
Tints of Shocking Pink #F31AD8
RGB
CMYK
RGB Variations
Color information
#F31AD8 (or 0xF31AD8) is known color: Shocking Pink. HEX triplet: F3, 1A and D8. RGB value is (243,26,216). Sum of RGB (Red+Green+Blue) = 243+26+216=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31AD8 is #0CE527. Grayscale: #707070. Windows color (decimal): -845096 or 14162675. OLE color: 14162675.
HSL color Cylindrical-coordinate representation of color #F31AD8: hue angle of 307.47º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31AD8 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 216 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.05 |
| HSL | 307.47º | 0.9% | 0.53% | - |
| HSV(B) | 307.47º | 0.89% | 0.95% | - |
| XYZ | 49.73 | 24.75 | 67.12 | - |
| YUV | 112.54 | 186.39 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 216 | 0 | 0.89 | 0.11 | 0.05 | 307.47 | 0.9 | 0.53 |
| Hex | F3 | 1A | D8 | 0 | 59 | B | 5 | 133 | 5A | 35 |
| Octal | 363 | 32 | 330 | 0 | 131 | 13 | 5 | 463 | 132 | 65 |
| Binary | 11110011 | 11010 | 11011000 | 0 | 1011001 | 1011 | 101 | 100110011 | 1011010 | 110101 |
Color Harmonies of #F31AD8
Complementary color
Monochromatic Colors of #F31AD8
Black with #F31AD8
Text Example
Text Example
White with #F31AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AD8; }
p { color: rgb(243,26,216); }
H1.HeaderClassName
{
color: #F31AD8;
}
.AnyTagClassName
{
color: #F31AD8;
}
</style>
background-color css
<style>
a { background-color: #F31AD8; }
a { background-color: rgb(243,26,216); }
div.DivClassName
{
background-color: #F31AD8;
}
.BgClassName
{
background-color: #F31AD8;
}
</style>
border-color css
<style>
span { border-color: #F31AD8; }
span { border-color: rgb(243,26,216); }
td.TdClassName
{
border-color: #F31AD8;
}
.TagClassName
{
border-color: #F31AD8;
}
</style>