Shades of Shocking Pink #F31ACE
Tints of Shocking Pink #F31ACE
RGB
CMYK
RGB Variations
Color information
#F31ACE (or 0xF31ACE) is known color: Shocking Pink. HEX triplet: F3, 1A and CE. RGB value is (243,26,206). Sum of RGB (Red+Green+Blue) = 243+26+206=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ACE is #0CE531. Grayscale: #6E6E6E. Windows color (decimal): -845106 or 13507315. OLE color: 13507315.
HSL color Cylindrical-coordinate representation of color #F31ACE: hue angle of 310.23º 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 #F31ACE is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 310.23º | 0.9% | 0.53% | - |
| HSV(B) | 310.23º | 0.89% | 0.95% | - |
| XYZ | 48.47 | 24.25 | 60.52 | - |
| YUV | 111.4 | 181.39 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 206 | 0 | 0.89 | 0.15 | 0.05 | 310.23 | 0.9 | 0.53 |
| Hex | F3 | 1A | CE | 0 | 59 | F | 5 | 136 | 5A | 35 |
| Octal | 363 | 32 | 316 | 0 | 131 | 17 | 5 | 466 | 132 | 65 |
| Binary | 11110011 | 11010 | 11001110 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011010 | 110101 |
Color Harmonies of #F31ACE
Complementary color
Monochromatic Colors of #F31ACE
Black with #F31ACE
Text Example
Text Example
White with #F31ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ACE; }
p { color: rgb(243,26,206); }
H1.HeaderClassName
{
color: #F31ACE;
}
.AnyTagClassName
{
color: #F31ACE;
}
</style>
background-color css
<style>
a { background-color: #F31ACE; }
a { background-color: rgb(243,26,206); }
div.DivClassName
{
background-color: #F31ACE;
}
.BgClassName
{
background-color: #F31ACE;
}
</style>
border-color css
<style>
span { border-color: #F31ACE; }
span { border-color: rgb(243,26,206); }
td.TdClassName
{
border-color: #F31ACE;
}
.TagClassName
{
border-color: #F31ACE;
}
</style>