Shades of Shocking Pink #F90CB8
Tints of Shocking Pink #F90CB8
RGB
CMYK
RGB Variations
Color information
#F90CB8 (or 0xF90CB8) is known color: Shocking Pink. HEX triplet: F9, 0C and B8. RGB value is (249,12,184). Sum of RGB (Red+Green+Blue) = 249+12+184=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CB8 is #06F347. Grayscale: #666666. Windows color (decimal): -455496 or 12061945. OLE color: 12061945.
HSL color Cylindrical-coordinate representation of color #F90CB8: hue angle of 316.46º 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 #F90CB8 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 184 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.02 |
| HSL | 316.46º | 0.95% | 0.51% | - |
| HSV(B) | 316.46º | 0.95% | 0.98% | - |
| XYZ | 47.85 | 23.86 | 47.43 | - |
| YUV | 102.47 | 174.02 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 184 | 0 | 0.95 | 0.26 | 0.02 | 316.46 | 0.95 | 0.51 |
| Hex | F9 | C | B8 | 0 | 5F | 1A | 2 | 13C | 5F | 33 |
| Octal | 371 | 14 | 270 | 0 | 137 | 32 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1100 | 10111000 | 0 | 1011111 | 11010 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90CB8
Complementary color
Monochromatic Colors of #F90CB8
Black with #F90CB8
Text Example
Text Example
White with #F90CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CB8; }
p { color: rgb(249,12,184); }
H1.HeaderClassName
{
color: #F90CB8;
}
.AnyTagClassName
{
color: #F90CB8;
}
</style>
background-color css
<style>
a { background-color: #F90CB8; }
a { background-color: rgb(249,12,184); }
div.DivClassName
{
background-color: #F90CB8;
}
.BgClassName
{
background-color: #F90CB8;
}
</style>
border-color css
<style>
span { border-color: #F90CB8; }
span { border-color: rgb(249,12,184); }
td.TdClassName
{
border-color: #F90CB8;
}
.TagClassName
{
border-color: #F90CB8;
}
</style>