Shades of Shocking Pink #F910C8
Tints of Shocking Pink #F910C8
RGB
CMYK
RGB Variations
Color information
#F910C8 (or 0xF910C8) is known color: Shocking Pink. HEX triplet: F9, 10 and C8. RGB value is (249,16,200). Sum of RGB (Red+Green+Blue) = 249+16+200=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F910C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910C8 is #06EF37. Grayscale: #6A6A6A. Windows color (decimal): -454456 or 13111545. OLE color: 13111545.
HSL color Cylindrical-coordinate representation of color #F910C8: hue angle of 312.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910C8 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 200 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.02 |
| HSL | 312.62º | 0.95% | 0.52% | - |
| HSV(B) | 312.62º | 0.94% | 0.98% | - |
| XYZ | 49.68 | 24.68 | 56.79 | - |
| YUV | 106.64 | 180.69 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 200 | 0 | 0.94 | 0.20 | 0.02 | 312.62 | 0.95 | 0.52 |
| Hex | F9 | 10 | C8 | 0 | 5E | 14 | 2 | 139 | 5F | 34 |
| Octal | 371 | 20 | 310 | 0 | 136 | 24 | 2 | 471 | 137 | 64 |
| Binary | 11111001 | 10000 | 11001000 | 0 | 1011110 | 10100 | 10 | 100111001 | 1011111 | 110100 |
Color Harmonies of #F910C8
Complementary color
Monochromatic Colors of #F910C8
Black with #F910C8
Text Example
Text Example
White with #F910C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910C8; }
p { color: rgb(249,16,200); }
H1.HeaderClassName
{
color: #F910C8;
}
.AnyTagClassName
{
color: #F910C8;
}
</style>
background-color css
<style>
a { background-color: #F910C8; }
a { background-color: rgb(249,16,200); }
div.DivClassName
{
background-color: #F910C8;
}
.BgClassName
{
background-color: #F910C8;
}
</style>
border-color css
<style>
span { border-color: #F910C8; }
span { border-color: rgb(249,16,200); }
td.TdClassName
{
border-color: #F910C8;
}
.TagClassName
{
border-color: #F910C8;
}
</style>