Shades of Shocking Pink #F31AD2
Tints of Shocking Pink #F31AD2
RGB
CMYK
RGB Variations
Color information
#F31AD2 (or 0xF31AD2) is known color: Shocking Pink. HEX triplet: F3, 1A and D2. RGB value is (243,26,210). Sum of RGB (Red+Green+Blue) = 243+26+210=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31AD2 is #0CE52D. Grayscale: #6F6F6F. Windows color (decimal): -845102 or 13769459. OLE color: 13769459.
HSL color Cylindrical-coordinate representation of color #F31AD2: hue angle of 309.12º 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 #F31AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 210 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.05 |
| HSL | 309.12º | 0.9% | 0.53% | - |
| HSV(B) | 309.12º | 0.89% | 0.95% | - |
| XYZ | 48.96 | 24.45 | 63.11 | - |
| YUV | 111.86 | 183.39 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 210 | 0 | 0.89 | 0.14 | 0.05 | 309.12 | 0.9 | 0.53 |
| Hex | F3 | 1A | D2 | 0 | 59 | E | 5 | 135 | 5A | 35 |
| Octal | 363 | 32 | 322 | 0 | 131 | 16 | 5 | 465 | 132 | 65 |
| Binary | 11110011 | 11010 | 11010010 | 0 | 1011001 | 1110 | 101 | 100110101 | 1011010 | 110101 |
Color Harmonies of #F31AD2
Complementary color
Monochromatic Colors of #F31AD2
Black with #F31AD2
Text Example
Text Example
White with #F31AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AD2; }
p { color: rgb(243,26,210); }
H1.HeaderClassName
{
color: #F31AD2;
}
.AnyTagClassName
{
color: #F31AD2;
}
</style>
background-color css
<style>
a { background-color: #F31AD2; }
a { background-color: rgb(243,26,210); }
div.DivClassName
{
background-color: #F31AD2;
}
.BgClassName
{
background-color: #F31AD2;
}
</style>
border-color css
<style>
span { border-color: #F31AD2; }
span { border-color: rgb(243,26,210); }
td.TdClassName
{
border-color: #F31AD2;
}
.TagClassName
{
border-color: #F31AD2;
}
</style>