Shades of Shocking Pink #F918CE
Tints of Shocking Pink #F918CE
RGB
CMYK
RGB Variations
Color information
#F918CE (or 0xF918CE) is known color: Shocking Pink. HEX triplet: F9, 18 and CE. RGB value is (249,24,206). Sum of RGB (Red+Green+Blue) = 249+24+206=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F918CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F918CE is #06E731. Grayscale: #6F6F6F. Windows color (decimal): -452402 or 13506809. OLE color: 13506809.
HSL color Cylindrical-coordinate representation of color #F918CE: hue angle of 311.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918CE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 206 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.02 |
| HSL | 311.47º | 0.95% | 0.54% | - |
| HSV(B) | 311.47º | 0.9% | 0.98% | - |
| XYZ | 50.53 | 25.25 | 60.6 | - |
| YUV | 112.02 | 181.04 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 206 | 0 | 0.90 | 0.17 | 0.02 | 311.47 | 0.95 | 0.54 |
| Hex | F9 | 18 | CE | 0 | 5A | 11 | 2 | 137 | 5F | 36 |
| Octal | 371 | 30 | 316 | 0 | 132 | 21 | 2 | 467 | 137 | 66 |
| Binary | 11111001 | 11000 | 11001110 | 0 | 1011010 | 10001 | 10 | 100110111 | 1011111 | 110110 |
Color Harmonies of #F918CE
Complementary color
Monochromatic Colors of #F918CE
Black with #F918CE
Text Example
Text Example
White with #F918CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918CE; }
p { color: rgb(249,24,206); }
H1.HeaderClassName
{
color: #F918CE;
}
.AnyTagClassName
{
color: #F918CE;
}
</style>
background-color css
<style>
a { background-color: #F918CE; }
a { background-color: rgb(249,24,206); }
div.DivClassName
{
background-color: #F918CE;
}
.BgClassName
{
background-color: #F918CE;
}
</style>
border-color css
<style>
span { border-color: #F918CE; }
span { border-color: rgb(249,24,206); }
td.TdClassName
{
border-color: #F918CE;
}
.TagClassName
{
border-color: #F918CE;
}
</style>