Shades of Shocking Pink #F31ADB
Tints of Shocking Pink #F31ADB
RGB
CMYK
RGB Variations
Color information
#F31ADB (or 0xF31ADB) is known color: Shocking Pink. HEX triplet: F3, 1A and DB. RGB value is (243,26,219). Sum of RGB (Red+Green+Blue) = 243+26+219=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ADB is #0CE524. Grayscale: #707070. Windows color (decimal): -845093 or 14359283. OLE color: 14359283.
HSL color Cylindrical-coordinate representation of color #F31ADB: hue angle of 306.64º 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 #F31ADB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.05 |
| HSL | 306.64º | 0.9% | 0.53% | - |
| HSV(B) | 306.64º | 0.89% | 0.95% | - |
| XYZ | 50.12 | 24.91 | 69.18 | - |
| YUV | 112.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 219 | 0 | 0.89 | 0.10 | 0.05 | 306.64 | 0.9 | 0.53 |
| Hex | F3 | 1A | DB | 0 | 59 | A | 5 | 133 | 5A | 35 |
| Octal | 363 | 32 | 333 | 0 | 131 | 12 | 5 | 463 | 132 | 65 |
| Binary | 11110011 | 11010 | 11011011 | 0 | 1011001 | 1010 | 101 | 100110011 | 1011010 | 110101 |
Color Harmonies of #F31ADB
Complementary color
Monochromatic Colors of #F31ADB
Black with #F31ADB
Text Example
Text Example
White with #F31ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ADB; }
p { color: rgb(243,26,219); }
H1.HeaderClassName
{
color: #F31ADB;
}
.AnyTagClassName
{
color: #F31ADB;
}
</style>
background-color css
<style>
a { background-color: #F31ADB; }
a { background-color: rgb(243,26,219); }
div.DivClassName
{
background-color: #F31ADB;
}
.BgClassName
{
background-color: #F31ADB;
}
</style>
border-color css
<style>
span { border-color: #F31ADB; }
span { border-color: rgb(243,26,219); }
td.TdClassName
{
border-color: #F31ADB;
}
.TagClassName
{
border-color: #F31ADB;
}
</style>