Shades of Shocking Pink #F910C9
Tints of Shocking Pink #F910C9
RGB
CMYK
RGB Variations
Color information
#F910C9 (or 0xF910C9) is known color: Shocking Pink. HEX triplet: F9, 10 and C9. RGB value is (249,16,201). Sum of RGB (Red+Green+Blue) = 249+16+201=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F910C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910C9 is #06EF36. Grayscale: #6A6A6A. Windows color (decimal): -454455 or 13177081. OLE color: 13177081.
HSL color Cylindrical-coordinate representation of color #F910C9: hue angle of 312.36º 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 #F910C9 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 201 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.02 |
| HSL | 312.36º | 0.95% | 0.52% | - |
| HSV(B) | 312.36º | 0.94% | 0.98% | - |
| XYZ | 49.79 | 24.73 | 57.41 | - |
| YUV | 106.76 | 181.19 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 201 | 0 | 0.94 | 0.19 | 0.02 | 312.36 | 0.95 | 0.52 |
| Hex | F9 | 10 | C9 | 0 | 5E | 13 | 2 | 138 | 5F | 34 |
| Octal | 371 | 20 | 311 | 0 | 136 | 23 | 2 | 470 | 137 | 64 |
| Binary | 11111001 | 10000 | 11001001 | 0 | 1011110 | 10011 | 10 | 100111000 | 1011111 | 110100 |
Color Harmonies of #F910C9
Complementary color
Monochromatic Colors of #F910C9
Black with #F910C9
Text Example
Text Example
White with #F910C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910C9; }
p { color: rgb(249,16,201); }
H1.HeaderClassName
{
color: #F910C9;
}
.AnyTagClassName
{
color: #F910C9;
}
</style>
background-color css
<style>
a { background-color: #F910C9; }
a { background-color: rgb(249,16,201); }
div.DivClassName
{
background-color: #F910C9;
}
.BgClassName
{
background-color: #F910C9;
}
</style>
border-color css
<style>
span { border-color: #F910C9; }
span { border-color: rgb(249,16,201); }
td.TdClassName
{
border-color: #F910C9;
}
.TagClassName
{
border-color: #F910C9;
}
</style>