Shades of Shocking Pink #F31AD5
Tints of Shocking Pink #F31AD5
RGB
CMYK
RGB Variations
Color information
#F31AD5 (or 0xF31AD5) is known color: Shocking Pink. HEX triplet: F3, 1A and D5. RGB value is (243,26,213). Sum of RGB (Red+Green+Blue) = 243+26+213=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F31AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31AD5 is #0CE52A. Grayscale: #6F6F6F. Windows color (decimal): -845099 or 13966067. OLE color: 13966067.
HSL color Cylindrical-coordinate representation of color #F31AD5: hue angle of 308.29º 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 #F31AD5 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 213 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.05 |
| HSL | 308.29º | 0.9% | 0.53% | - |
| HSV(B) | 308.29º | 0.89% | 0.95% | - |
| XYZ | 49.34 | 24.6 | 65.1 | - |
| YUV | 112.2 | 184.89 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 213 | 0 | 0.89 | 0.12 | 0.05 | 308.29 | 0.9 | 0.53 |
| Hex | F3 | 1A | D5 | 0 | 59 | C | 5 | 134 | 5A | 35 |
| Octal | 363 | 32 | 325 | 0 | 131 | 14 | 5 | 464 | 132 | 65 |
| Binary | 11110011 | 11010 | 11010101 | 0 | 1011001 | 1100 | 101 | 100110100 | 1011010 | 110101 |
Color Harmonies of #F31AD5
Complementary color
Monochromatic Colors of #F31AD5
Black with #F31AD5
Text Example
Text Example
White with #F31AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31AD5; }
p { color: rgb(243,26,213); }
H1.HeaderClassName
{
color: #F31AD5;
}
.AnyTagClassName
{
color: #F31AD5;
}
</style>
background-color css
<style>
a { background-color: #F31AD5; }
a { background-color: rgb(243,26,213); }
div.DivClassName
{
background-color: #F31AD5;
}
.BgClassName
{
background-color: #F31AD5;
}
</style>
border-color css
<style>
span { border-color: #F31AD5; }
span { border-color: rgb(243,26,213); }
td.TdClassName
{
border-color: #F31AD5;
}
.TagClassName
{
border-color: #F31AD5;
}
</style>