Shades of Shocking Pink #F20BB8
Tints of Shocking Pink #F20BB8
RGB
CMYK
RGB Variations
Color information
#F20BB8 (or 0xF20BB8) is known color: Shocking Pink. HEX triplet: F2, 0B and B8. RGB value is (242,11,184). Sum of RGB (Red+Green+Blue) = 242+11+184=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BB8 is #0DF447. Grayscale: #636363. Windows color (decimal): -914504 or 12061682. OLE color: 12061682.
HSL color Cylindrical-coordinate representation of color #F20BB8: hue angle of 315.06º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20BB8 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 184 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.05 |
| HSL | 315.06º | 0.91% | 0.5% | - |
| HSV(B) | 315.06º | 0.95% | 0.95% | - |
| XYZ | 45.39 | 22.58 | 47.31 | - |
| YUV | 99.79 | 175.53 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 184 | 0 | 0.95 | 0.24 | 0.05 | 315.06 | 0.91 | 0.5 |
| Hex | F2 | B | B8 | 0 | 5F | 18 | 5 | 13B | 5B | 32 |
| Octal | 362 | 13 | 270 | 0 | 137 | 30 | 5 | 473 | 133 | 62 |
| Binary | 11110010 | 1011 | 10111000 | 0 | 1011111 | 11000 | 101 | 100111011 | 1011011 | 110010 |
Color Harmonies of #F20BB8
Complementary color
Monochromatic Colors of #F20BB8
Black with #F20BB8
Text Example
Text Example
White with #F20BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BB8; }
p { color: rgb(242,11,184); }
H1.HeaderClassName
{
color: #F20BB8;
}
.AnyTagClassName
{
color: #F20BB8;
}
</style>
background-color css
<style>
a { background-color: #F20BB8; }
a { background-color: rgb(242,11,184); }
div.DivClassName
{
background-color: #F20BB8;
}
.BgClassName
{
background-color: #F20BB8;
}
</style>
border-color css
<style>
span { border-color: #F20BB8; }
span { border-color: rgb(242,11,184); }
td.TdClassName
{
border-color: #F20BB8;
}
.TagClassName
{
border-color: #F20BB8;
}
</style>