Shades of Shocking Pink #F90CCB
Tints of Shocking Pink #F90CCB
RGB
CMYK
RGB Variations
Color information
#F90CCB (or 0xF90CCB) is known color: Shocking Pink. HEX triplet: F9, 0C and CB. RGB value is (249,12,203). Sum of RGB (Red+Green+Blue) = 249+12+203=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CCB is #06F334. Grayscale: #686868. Windows color (decimal): -455477 or 13307129. OLE color: 13307129.
HSL color Cylindrical-coordinate representation of color #F90CCB: hue angle of 311.65º 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 #F90CCB is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.02 |
| HSL | 311.65º | 0.95% | 0.51% | - |
| HSV(B) | 311.65º | 0.95% | 0.98% | - |
| XYZ | 49.98 | 24.71 | 58.64 | - |
| YUV | 104.64 | 183.52 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 203 | 0 | 0.95 | 0.18 | 0.02 | 311.65 | 0.95 | 0.51 |
| Hex | F9 | C | CB | 0 | 5F | 12 | 2 | 138 | 5F | 33 |
| Octal | 371 | 14 | 313 | 0 | 137 | 22 | 2 | 470 | 137 | 63 |
| Binary | 11111001 | 1100 | 11001011 | 0 | 1011111 | 10010 | 10 | 100111000 | 1011111 | 110011 |
Color Harmonies of #F90CCB
Complementary color
Monochromatic Colors of #F90CCB
Black with #F90CCB
Text Example
Text Example
White with #F90CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CCB; }
p { color: rgb(249,12,203); }
H1.HeaderClassName
{
color: #F90CCB;
}
.AnyTagClassName
{
color: #F90CCB;
}
</style>
background-color css
<style>
a { background-color: #F90CCB; }
a { background-color: rgb(249,12,203); }
div.DivClassName
{
background-color: #F90CCB;
}
.BgClassName
{
background-color: #F90CCB;
}
</style>
border-color css
<style>
span { border-color: #F90CCB; }
span { border-color: rgb(249,12,203); }
td.TdClassName
{
border-color: #F90CCB;
}
.TagClassName
{
border-color: #F90CCB;
}
</style>