Shades of Shocking Pink #F90CC9
Tints of Shocking Pink #F90CC9
RGB
CMYK
RGB Variations
Color information
#F90CC9 (or 0xF90CC9) is known color: Shocking Pink. HEX triplet: F9, 0C and C9. RGB value is (249,12,201). Sum of RGB (Red+Green+Blue) = 249+12+201=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CC9 is #06F336. Grayscale: #676767. Windows color (decimal): -455479 or 13176057. OLE color: 13176057.
HSL color Cylindrical-coordinate representation of color #F90CC9: hue angle of 312.15º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 201 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.02 |
| HSL | 312.15º | 0.95% | 0.51% | - |
| HSV(B) | 312.15º | 0.95% | 0.98% | - |
| XYZ | 49.74 | 24.62 | 57.39 | - |
| YUV | 104.41 | 182.52 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 201 | 0 | 0.95 | 0.19 | 0.02 | 312.15 | 0.95 | 0.51 |
| Hex | F9 | C | C9 | 0 | 5F | 13 | 2 | 138 | 5F | 33 |
| Octal | 371 | 14 | 311 | 0 | 137 | 23 | 2 | 470 | 137 | 63 |
| Binary | 11111001 | 1100 | 11001001 | 0 | 1011111 | 10011 | 10 | 100111000 | 1011111 | 110011 |
Color Harmonies of #F90CC9
Complementary color
Monochromatic Colors of #F90CC9
Black with #F90CC9
Text Example
Text Example
White with #F90CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CC9; }
p { color: rgb(249,12,201); }
H1.HeaderClassName
{
color: #F90CC9;
}
.AnyTagClassName
{
color: #F90CC9;
}
</style>
background-color css
<style>
a { background-color: #F90CC9; }
a { background-color: rgb(249,12,201); }
div.DivClassName
{
background-color: #F90CC9;
}
.BgClassName
{
background-color: #F90CC9;
}
</style>
border-color css
<style>
span { border-color: #F90CC9; }
span { border-color: rgb(249,12,201); }
td.TdClassName
{
border-color: #F90CC9;
}
.TagClassName
{
border-color: #F90CC9;
}
</style>