Shades of Shocking Pink #F31ACC
Tints of Shocking Pink #F31ACC
RGB
CMYK
RGB Variations
Color information
#F31ACC (or 0xF31ACC) is known color: Shocking Pink. HEX triplet: F3, 1A and CC. RGB value is (243,26,204). Sum of RGB (Red+Green+Blue) = 243+26+204=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ACC is #0CE533. Grayscale: #6E6E6E. Windows color (decimal): -845108 or 13376243. OLE color: 13376243.
HSL color Cylindrical-coordinate representation of color #F31ACC: hue angle of 310.78º 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 #F31ACC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.05 |
| HSL | 310.78º | 0.9% | 0.53% | - |
| HSV(B) | 310.78º | 0.89% | 0.95% | - |
| XYZ | 48.23 | 24.15 | 59.25 | - |
| YUV | 111.18 | 180.39 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 204 | 0 | 0.89 | 0.16 | 0.05 | 310.78 | 0.9 | 0.53 |
| Hex | F3 | 1A | CC | 0 | 59 | 10 | 5 | 137 | 5A | 35 |
| Octal | 363 | 32 | 314 | 0 | 131 | 20 | 5 | 467 | 132 | 65 |
| Binary | 11110011 | 11010 | 11001100 | 0 | 1011001 | 10000 | 101 | 100110111 | 1011010 | 110101 |
Color Harmonies of #F31ACC
Complementary color
Monochromatic Colors of #F31ACC
Black with #F31ACC
Text Example
Text Example
White with #F31ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ACC; }
p { color: rgb(243,26,204); }
H1.HeaderClassName
{
color: #F31ACC;
}
.AnyTagClassName
{
color: #F31ACC;
}
</style>
background-color css
<style>
a { background-color: #F31ACC; }
a { background-color: rgb(243,26,204); }
div.DivClassName
{
background-color: #F31ACC;
}
.BgClassName
{
background-color: #F31ACC;
}
</style>
border-color css
<style>
span { border-color: #F31ACC; }
span { border-color: rgb(243,26,204); }
td.TdClassName
{
border-color: #F31ACC;
}
.TagClassName
{
border-color: #F31ACC;
}
</style>