Shades of Shocking Pink #F90FCC
Tints of Shocking Pink #F90FCC
RGB
CMYK
RGB Variations
Color information
#F90FCC (or 0xF90FCC) is known color: Shocking Pink. HEX triplet: F9, 0F and CC. RGB value is (249,15,204). Sum of RGB (Red+Green+Blue) = 249+15+204=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FCC is #06F033. Grayscale: #696969. Windows color (decimal): -454708 or 13373433. OLE color: 13373433.
HSL color Cylindrical-coordinate representation of color #F90FCC: hue angle of 311.54º 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 #F90FCC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.02 |
| HSL | 311.54º | 0.95% | 0.52% | - |
| HSV(B) | 311.54º | 0.94% | 0.98% | - |
| XYZ | 50.14 | 24.84 | 59.28 | - |
| YUV | 106.51 | 183.02 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 204 | 0 | 0.94 | 0.18 | 0.02 | 311.54 | 0.95 | 0.52 |
| Hex | F9 | F | CC | 0 | 5E | 12 | 2 | 138 | 5F | 34 |
| Octal | 371 | 17 | 314 | 0 | 136 | 22 | 2 | 470 | 137 | 64 |
| Binary | 11111001 | 1111 | 11001100 | 0 | 1011110 | 10010 | 10 | 100111000 | 1011111 | 110100 |
Color Harmonies of #F90FCC
Complementary color
Monochromatic Colors of #F90FCC
Black with #F90FCC
Text Example
Text Example
White with #F90FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FCC; }
p { color: rgb(249,15,204); }
H1.HeaderClassName
{
color: #F90FCC;
}
.AnyTagClassName
{
color: #F90FCC;
}
</style>
background-color css
<style>
a { background-color: #F90FCC; }
a { background-color: rgb(249,15,204); }
div.DivClassName
{
background-color: #F90FCC;
}
.BgClassName
{
background-color: #F90FCC;
}
</style>
border-color css
<style>
span { border-color: #F90FCC; }
span { border-color: rgb(249,15,204); }
td.TdClassName
{
border-color: #F90FCC;
}
.TagClassName
{
border-color: #F90FCC;
}
</style>