Shades of Shocking Pink #F40BCB
Tints of Shocking Pink #F40BCB
RGB
CMYK
RGB Variations
Color information
#F40BCB (or 0xF40BCB) is known color: Shocking Pink. HEX triplet: F4, 0B and CB. RGB value is (244,11,203). Sum of RGB (Red+Green+Blue) = 244+11+203=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BCB is #0BF434. Grayscale: #666666. Windows color (decimal): -783413 or 13306868. OLE color: 13306868.
HSL color Cylindrical-coordinate representation of color #F40BCB: hue angle of 310.56º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BCB is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.04 |
| HSL | 310.56º | 0.91% | 0.5% | - |
| HSV(B) | 310.56º | 0.95% | 0.96% | - |
| XYZ | 48.21 | 23.78 | 58.55 | - |
| YUV | 102.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 203 | 0 | 0.95 | 0.17 | 0.04 | 310.56 | 0.91 | 0.5 |
| Hex | F4 | B | CB | 0 | 5F | 11 | 4 | 137 | 5B | 32 |
| Octal | 364 | 13 | 313 | 0 | 137 | 21 | 4 | 467 | 133 | 62 |
| Binary | 11110100 | 1011 | 11001011 | 0 | 1011111 | 10001 | 100 | 100110111 | 1011011 | 110010 |
Color Harmonies of #F40BCB
Complementary color
Monochromatic Colors of #F40BCB
Black with #F40BCB
Text Example
Text Example
White with #F40BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BCB; }
p { color: rgb(244,11,203); }
H1.HeaderClassName
{
color: #F40BCB;
}
.AnyTagClassName
{
color: #F40BCB;
}
</style>
background-color css
<style>
a { background-color: #F40BCB; }
a { background-color: rgb(244,11,203); }
div.DivClassName
{
background-color: #F40BCB;
}
.BgClassName
{
background-color: #F40BCB;
}
</style>
border-color css
<style>
span { border-color: #F40BCB; }
span { border-color: rgb(244,11,203); }
td.TdClassName
{
border-color: #F40BCB;
}
.TagClassName
{
border-color: #F40BCB;
}
</style>