Shades of Shocking Pink #F818C2
Tints of Shocking Pink #F818C2
RGB
CMYK
RGB Variations
Color information
#F818C2 (or 0xF818C2) is known color: Shocking Pink. HEX triplet: F8, 18 and C2. RGB value is (248,24,194). Sum of RGB (Red+Green+Blue) = 248+24+194=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F818C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818C2 is #07E73D. Grayscale: #6D6D6D. Windows color (decimal): -517950 or 12720376. OLE color: 12720376.
HSL color Cylindrical-coordinate representation of color #F818C2: hue angle of 314.46º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818C2 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 194 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.03 |
| HSL | 314.46º | 0.94% | 0.53% | - |
| HSV(B) | 314.46º | 0.9% | 0.97% | - |
| XYZ | 48.78 | 24.5 | 53.2 | - |
| YUV | 110.36 | 175.21 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 194 | 0 | 0.90 | 0.22 | 0.03 | 314.46 | 0.94 | 0.53 |
| Hex | F8 | 18 | C2 | 0 | 5A | 16 | 3 | 13A | 5E | 35 |
| Octal | 370 | 30 | 302 | 0 | 132 | 26 | 3 | 472 | 136 | 65 |
| Binary | 11111000 | 11000 | 11000010 | 0 | 1011010 | 10110 | 11 | 100111010 | 1011110 | 110101 |
Color Harmonies of #F818C2
Complementary color
Monochromatic Colors of #F818C2
Black with #F818C2
Text Example
Text Example
White with #F818C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818C2; }
p { color: rgb(248,24,194); }
H1.HeaderClassName
{
color: #F818C2;
}
.AnyTagClassName
{
color: #F818C2;
}
</style>
background-color css
<style>
a { background-color: #F818C2; }
a { background-color: rgb(248,24,194); }
div.DivClassName
{
background-color: #F818C2;
}
.BgClassName
{
background-color: #F818C2;
}
</style>
border-color css
<style>
span { border-color: #F818C2; }
span { border-color: rgb(248,24,194); }
td.TdClassName
{
border-color: #F818C2;
}
.TagClassName
{
border-color: #F818C2;
}
</style>