Shades of Shocking Pink #F003BB
Tints of Shocking Pink #F003BB
RGB
CMYK
RGB Variations
Color information
#F003BB (or 0xF003BB) is known color: Shocking Pink. HEX triplet: F0, 03 and BB. RGB value is (240,3,187). Sum of RGB (Red+Green+Blue) = 240+3+187=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F003BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003BB is #0FFC44. Grayscale: #5E5E5E. Windows color (decimal): -1047621 or 12256240. OLE color: 12256240.
HSL color Cylindrical-coordinate representation of color #F003BB: hue angle of 313.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003BB is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.06 |
| HSL | 313.42º | 0.98% | 0.48% | - |
| HSV(B) | 313.42º | 0.99% | 0.94% | - |
| XYZ | 44.94 | 22.18 | 48.93 | - |
| YUV | 94.84 | 180.02 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 187 | 0 | 0.99 | 0.22 | 0.06 | 313.42 | 0.98 | 0.48 |
| Hex | F0 | 3 | BB | 0 | 63 | 16 | 6 | 139 | 62 | 30 |
| Octal | 360 | 3 | 273 | 0 | 143 | 26 | 6 | 471 | 142 | 60 |
| Binary | 11110000 | 11 | 10111011 | 0 | 1100011 | 10110 | 110 | 100111001 | 1100010 | 110000 |
Color Harmonies of #F003BB
Complementary color
Monochromatic Colors of #F003BB
Black with #F003BB
Text Example
Text Example
White with #F003BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003BB; }
p { color: rgb(240,3,187); }
H1.HeaderClassName
{
color: #F003BB;
}
.AnyTagClassName
{
color: #F003BB;
}
</style>
background-color css
<style>
a { background-color: #F003BB; }
a { background-color: rgb(240,3,187); }
div.DivClassName
{
background-color: #F003BB;
}
.BgClassName
{
background-color: #F003BB;
}
</style>
border-color css
<style>
span { border-color: #F003BB; }
span { border-color: rgb(240,3,187); }
td.TdClassName
{
border-color: #F003BB;
}
.TagClassName
{
border-color: #F003BB;
}
</style>