Shades of Shocking Pink #F90FCD
Tints of Shocking Pink #F90FCD
RGB
CMYK
RGB Variations
Color information
#F90FCD (or 0xF90FCD) is known color: Shocking Pink. HEX triplet: F9, 0F and CD. RGB value is (249,15,205). Sum of RGB (Red+Green+Blue) = 249+15+205=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FCD is #06F032. Grayscale: #6A6A6A. Windows color (decimal): -454707 or 13438969. OLE color: 13438969.
HSL color Cylindrical-coordinate representation of color #F90FCD: hue angle of 311.28º 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 #F90FCD is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.02 |
| HSL | 311.28º | 0.95% | 0.52% | - |
| HSV(B) | 311.28º | 0.94% | 0.98% | - |
| XYZ | 50.26 | 24.89 | 59.91 | - |
| YUV | 106.63 | 183.52 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 205 | 0 | 0.94 | 0.18 | 0.02 | 311.28 | 0.95 | 0.52 |
| Hex | F9 | F | CD | 0 | 5E | 12 | 2 | 137 | 5F | 34 |
| Octal | 371 | 17 | 315 | 0 | 136 | 22 | 2 | 467 | 137 | 64 |
| Binary | 11111001 | 1111 | 11001101 | 0 | 1011110 | 10010 | 10 | 100110111 | 1011111 | 110100 |
Color Harmonies of #F90FCD
Complementary color
Monochromatic Colors of #F90FCD
Black with #F90FCD
Text Example
Text Example
White with #F90FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FCD; }
p { color: rgb(249,15,205); }
H1.HeaderClassName
{
color: #F90FCD;
}
.AnyTagClassName
{
color: #F90FCD;
}
</style>
background-color css
<style>
a { background-color: #F90FCD; }
a { background-color: rgb(249,15,205); }
div.DivClassName
{
background-color: #F90FCD;
}
.BgClassName
{
background-color: #F90FCD;
}
</style>
border-color css
<style>
span { border-color: #F90FCD; }
span { border-color: rgb(249,15,205); }
td.TdClassName
{
border-color: #F90FCD;
}
.TagClassName
{
border-color: #F90FCD;
}
</style>