Shades of Shocking Pink #F31ABB
Tints of Shocking Pink #F31ABB
RGB
CMYK
RGB Variations
Color information
#F31ABB (or 0xF31ABB) is known color: Shocking Pink. HEX triplet: F3, 1A and BB. RGB value is (243,26,187). Sum of RGB (Red+Green+Blue) = 243+26+187=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ABB is #0CE544. Grayscale: #6C6C6C. Windows color (decimal): -845125 or 12262131. OLE color: 12262131.
HSL color Cylindrical-coordinate representation of color #F31ABB: hue angle of 315.48º 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 #F31ABB is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 187 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.05 |
| HSL | 315.48º | 0.9% | 0.53% | - |
| HSV(B) | 315.48º | 0.89% | 0.95% | - |
| XYZ | 46.3 | 23.38 | 49.09 | - |
| YUV | 109.24 | 171.89 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 187 | 0 | 0.89 | 0.23 | 0.05 | 315.48 | 0.9 | 0.53 |
| Hex | F3 | 1A | BB | 0 | 59 | 17 | 5 | 13B | 5A | 35 |
| Octal | 363 | 32 | 273 | 0 | 131 | 27 | 5 | 473 | 132 | 65 |
| Binary | 11110011 | 11010 | 10111011 | 0 | 1011001 | 10111 | 101 | 100111011 | 1011010 | 110101 |
Color Harmonies of #F31ABB
Complementary color
Monochromatic Colors of #F31ABB
Black with #F31ABB
Text Example
Text Example
White with #F31ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ABB; }
p { color: rgb(243,26,187); }
H1.HeaderClassName
{
color: #F31ABB;
}
.AnyTagClassName
{
color: #F31ABB;
}
</style>
background-color css
<style>
a { background-color: #F31ABB; }
a { background-color: rgb(243,26,187); }
div.DivClassName
{
background-color: #F31ABB;
}
.BgClassName
{
background-color: #F31ABB;
}
</style>
border-color css
<style>
span { border-color: #F31ABB; }
span { border-color: rgb(243,26,187); }
td.TdClassName
{
border-color: #F31ABB;
}
.TagClassName
{
border-color: #F31ABB;
}
</style>