Shades of Shocking Pink #F117CB
Tints of Shocking Pink #F117CB
RGB
CMYK
RGB Variations
Color information
#F117CB (or 0xF117CB) is known color: Shocking Pink. HEX triplet: F1, 17 and CB. RGB value is (241,23,203). Sum of RGB (Red+Green+Blue) = 241+23+203=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F117CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117CB is #0EE834. Grayscale: #6C6C6C. Windows color (decimal): -976949 or 13309937. OLE color: 13309937.
HSL color Cylindrical-coordinate representation of color #F117CB: hue angle of 310.46º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117CB is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.05 |
| HSL | 310.46º | 0.89% | 0.52% | - |
| HSV(B) | 310.46º | 0.9% | 0.95% | - |
| XYZ | 47.36 | 23.63 | 58.56 | - |
| YUV | 108.7 | 181.22 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 203 | 0 | 0.90 | 0.16 | 0.05 | 310.46 | 0.89 | 0.52 |
| Hex | F1 | 17 | CB | 0 | 5A | 10 | 5 | 136 | 59 | 34 |
| Octal | 361 | 27 | 313 | 0 | 132 | 20 | 5 | 466 | 131 | 64 |
| Binary | 11110001 | 10111 | 11001011 | 0 | 1011010 | 10000 | 101 | 100110110 | 1011001 | 110100 |
Color Harmonies of #F117CB
Complementary color
Monochromatic Colors of #F117CB
Black with #F117CB
Text Example
Text Example
White with #F117CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117CB; }
p { color: rgb(241,23,203); }
H1.HeaderClassName
{
color: #F117CB;
}
.AnyTagClassName
{
color: #F117CB;
}
</style>
background-color css
<style>
a { background-color: #F117CB; }
a { background-color: rgb(241,23,203); }
div.DivClassName
{
background-color: #F117CB;
}
.BgClassName
{
background-color: #F117CB;
}
</style>
border-color css
<style>
span { border-color: #F117CB; }
span { border-color: rgb(241,23,203); }
td.TdClassName
{
border-color: #F117CB;
}
.TagClassName
{
border-color: #F117CB;
}
</style>