Shades of Shocking Pink #F31AB8
Tints of Shocking Pink #F31AB8
RGB
CMYK
RGB Variations
Color information
#F31AB8 (or 0xF31AB8) is known color: Shocking Pink. HEX triplet: F3, 1A and B8. RGB value is (243,26,184). Sum of RGB (Red+Green+Blue) = 243+26+184=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31AB8 is #0CE547. Grayscale: #6C6C6C. Windows color (decimal): -845128 or 12065523. OLE color: 12065523.
HSL color Cylindrical-coordinate representation of color #F31AB8: hue angle of 316.31º 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 #F31AB8 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 184 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.05 |
| HSL | 316.31º | 0.9% | 0.53% | - |
| HSV(B) | 316.31º | 0.89% | 0.95% | - |
| XYZ | 45.98 | 23.25 | 47.41 | - |
| YUV | 108.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 184 | 0 | 0.89 | 0.24 | 0.05 | 316.31 | 0.9 | 0.53 |
| Hex | F3 | 1A | B8 | 0 | 59 | 18 | 5 | 13C | 5A | 35 |
| Octal | 363 | 32 | 270 | 0 | 131 | 30 | 5 | 474 | 132 | 65 |
| Binary | 11110011 | 11010 | 10111000 | 0 | 1011001 | 11000 | 101 | 100111100 | 1011010 | 110101 |
Color Harmonies of #F31AB8
Complementary color
Monochromatic Colors of #F31AB8
Black with #F31AB8
Text Example
Text Example
White with #F31AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AB8; }
p { color: rgb(243,26,184); }
H1.HeaderClassName
{
color: #F31AB8;
}
.AnyTagClassName
{
color: #F31AB8;
}
</style>
background-color css
<style>
a { background-color: #F31AB8; }
a { background-color: rgb(243,26,184); }
div.DivClassName
{
background-color: #F31AB8;
}
.BgClassName
{
background-color: #F31AB8;
}
</style>
border-color css
<style>
span { border-color: #F31AB8; }
span { border-color: rgb(243,26,184); }
td.TdClassName
{
border-color: #F31AB8;
}
.TagClassName
{
border-color: #F31AB8;
}
</style>