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