Shades of Shocking Pink #F31ABA
Tints of Shocking Pink #F31ABA
RGB
CMYK
RGB Variations
Color information
#F31ABA (or 0xF31ABA) is known color: Shocking Pink. HEX triplet: F3, 1A and BA. RGB value is (243,26,186). Sum of RGB (Red+Green+Blue) = 243+26+186=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ABA is #0CE545. Grayscale: #6C6C6C. Windows color (decimal): -845126 or 12196595. OLE color: 12196595.
HSL color Cylindrical-coordinate representation of color #F31ABA: hue angle of 315.76º 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 #F31ABA is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 186 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.05 |
| HSL | 315.76º | 0.9% | 0.53% | - |
| HSV(B) | 315.76º | 0.89% | 0.95% | - |
| XYZ | 46.19 | 23.34 | 48.52 | - |
| YUV | 109.12 | 171.39 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 186 | 0 | 0.89 | 0.23 | 0.05 | 315.76 | 0.9 | 0.53 |
| Hex | F3 | 1A | BA | 0 | 59 | 17 | 5 | 13C | 5A | 35 |
| Octal | 363 | 32 | 272 | 0 | 131 | 27 | 5 | 474 | 132 | 65 |
| Binary | 11110011 | 11010 | 10111010 | 0 | 1011001 | 10111 | 101 | 100111100 | 1011010 | 110101 |
Color Harmonies of #F31ABA
Complementary color
Monochromatic Colors of #F31ABA
Black with #F31ABA
Text Example
Text Example
White with #F31ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ABA; }
p { color: rgb(243,26,186); }
H1.HeaderClassName
{
color: #F31ABA;
}
.AnyTagClassName
{
color: #F31ABA;
}
</style>
background-color css
<style>
a { background-color: #F31ABA; }
a { background-color: rgb(243,26,186); }
div.DivClassName
{
background-color: #F31ABA;
}
.BgClassName
{
background-color: #F31ABA;
}
</style>
border-color css
<style>
span { border-color: #F31ABA; }
span { border-color: rgb(243,26,186); }
td.TdClassName
{
border-color: #F31ABA;
}
.TagClassName
{
border-color: #F31ABA;
}
</style>