Shades of Shocking Pink #F911CE
Tints of Shocking Pink #F911CE
RGB
CMYK
RGB Variations
Color information
#F911CE (or 0xF911CE) is known color: Shocking Pink. HEX triplet: F9, 11 and CE. RGB value is (249,17,206). Sum of RGB (Red+Green+Blue) = 249+17+206=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F911CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911CE is #06EE31. Grayscale: #6B6B6B. Windows color (decimal): -454194 or 13505017. OLE color: 13505017.
HSL color Cylindrical-coordinate representation of color #F911CE: hue angle of 311.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911CE is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.02 |
| HSL | 311.12º | 0.95% | 0.52% | - |
| HSV(B) | 311.12º | 0.93% | 0.98% | - |
| XYZ | 50.41 | 25 | 60.56 | - |
| YUV | 107.91 | 183.36 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 206 | 0 | 0.93 | 0.17 | 0.02 | 311.12 | 0.95 | 0.52 |
| Hex | F9 | 11 | CE | 0 | 5D | 11 | 2 | 137 | 5F | 34 |
| Octal | 371 | 21 | 316 | 0 | 135 | 21 | 2 | 467 | 137 | 64 |
| Binary | 11111001 | 10001 | 11001110 | 0 | 1011101 | 10001 | 10 | 100110111 | 1011111 | 110100 |
Color Harmonies of #F911CE
Complementary color
Monochromatic Colors of #F911CE
Black with #F911CE
Text Example
Text Example
White with #F911CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F911CE; }
p { color: rgb(249,17,206); }
H1.HeaderClassName
{
color: #F911CE;
}
.AnyTagClassName
{
color: #F911CE;
}
</style>
background-color css
<style>
a { background-color: #F911CE; }
a { background-color: rgb(249,17,206); }
div.DivClassName
{
background-color: #F911CE;
}
.BgClassName
{
background-color: #F911CE;
}
</style>
border-color css
<style>
span { border-color: #F911CE; }
span { border-color: rgb(249,17,206); }
td.TdClassName
{
border-color: #F911CE;
}
.TagClassName
{
border-color: #F911CE;
}
</style>