Shades of Shocking Pink #F31FC1
Tints of Shocking Pink #F31FC1
RGB
CMYK
RGB Variations
Color information
#F31FC1 (or 0xF31FC1) is known color: Shocking Pink. HEX triplet: F3, 1F and C1. RGB value is (243,31,193). Sum of RGB (Red+Green+Blue) = 243+31+193=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31FC1 is #0CE03E. Grayscale: #707070. Windows color (decimal): -843839 or 12656627. OLE color: 12656627.
HSL color Cylindrical-coordinate representation of color #F31FC1: hue angle of 314.15º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31FC1 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 193 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.05 |
| HSL | 314.15º | 0.9% | 0.54% | - |
| HSV(B) | 314.15º | 0.87% | 0.95% | - |
| XYZ | 47.08 | 23.88 | 52.58 | - |
| YUV | 112.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 193 | 0 | 0.87 | 0.21 | 0.05 | 314.15 | 0.9 | 0.54 |
| Hex | F3 | 1F | C1 | 0 | 57 | 15 | 5 | 13A | 5A | 36 |
| Octal | 363 | 37 | 301 | 0 | 127 | 25 | 5 | 472 | 132 | 66 |
| Binary | 11110011 | 11111 | 11000001 | 0 | 1010111 | 10101 | 101 | 100111010 | 1011010 | 110110 |
Color Harmonies of #F31FC1
Complementary color
Monochromatic Colors of #F31FC1
Black with #F31FC1
Text Example
Text Example
White with #F31FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FC1; }
p { color: rgb(243,31,193); }
H1.HeaderClassName
{
color: #F31FC1;
}
.AnyTagClassName
{
color: #F31FC1;
}
</style>
background-color css
<style>
a { background-color: #F31FC1; }
a { background-color: rgb(243,31,193); }
div.DivClassName
{
background-color: #F31FC1;
}
.BgClassName
{
background-color: #F31FC1;
}
</style>
border-color css
<style>
span { border-color: #F31FC1; }
span { border-color: rgb(243,31,193); }
td.TdClassName
{
border-color: #F31FC1;
}
.TagClassName
{
border-color: #F31FC1;
}
</style>