Shades of Shocking Pink #F819C2
Tints of Shocking Pink #F819C2
RGB
CMYK
RGB Variations
Color information
#F819C2 (or 0xF819C2) is known color: Shocking Pink. HEX triplet: F8, 19 and C2. RGB value is (248,25,194). Sum of RGB (Red+Green+Blue) = 248+25+194=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F819C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F819C2 is #07E63D. Grayscale: #6E6E6E. Windows color (decimal): -517694 or 12720632. OLE color: 12720632.
HSL color Cylindrical-coordinate representation of color #F819C2: hue angle of 314.53º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F819C2 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 194 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.03 |
| HSL | 314.53º | 0.94% | 0.54% | - |
| HSV(B) | 314.53º | 0.9% | 0.97% | - |
| XYZ | 48.8 | 24.55 | 53.21 | - |
| YUV | 110.94 | 174.88 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 194 | 0 | 0.90 | 0.22 | 0.03 | 314.53 | 0.94 | 0.54 |
| Hex | F8 | 19 | C2 | 0 | 5A | 16 | 3 | 13B | 5E | 36 |
| Octal | 370 | 31 | 302 | 0 | 132 | 26 | 3 | 473 | 136 | 66 |
| Binary | 11111000 | 11001 | 11000010 | 0 | 1011010 | 10110 | 11 | 100111011 | 1011110 | 110110 |
Color Harmonies of #F819C2
Complementary color
Monochromatic Colors of #F819C2
Black with #F819C2
Text Example
Text Example
White with #F819C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F819C2; }
p { color: rgb(248,25,194); }
H1.HeaderClassName
{
color: #F819C2;
}
.AnyTagClassName
{
color: #F819C2;
}
</style>
background-color css
<style>
a { background-color: #F819C2; }
a { background-color: rgb(248,25,194); }
div.DivClassName
{
background-color: #F819C2;
}
.BgClassName
{
background-color: #F819C2;
}
</style>
border-color css
<style>
span { border-color: #F819C2; }
span { border-color: rgb(248,25,194); }
td.TdClassName
{
border-color: #F819C2;
}
.TagClassName
{
border-color: #F819C2;
}
</style>