Shades of Shocking Pink #F40BC2
Tints of Shocking Pink #F40BC2
RGB
CMYK
RGB Variations
Color information
#F40BC2 (or 0xF40BC2) is known color: Shocking Pink. HEX triplet: F4, 0B and C2. RGB value is (244,11,194). Sum of RGB (Red+Green+Blue) = 244+11+194=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40BC2 is #0BF43D. Grayscale: #656565. Windows color (decimal): -783422 or 12717044. OLE color: 12717044.
HSL color Cylindrical-coordinate representation of color #F40BC2: hue angle of 312.88º 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 #F40BC2 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 194 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.04 |
| HSL | 312.88º | 0.91% | 0.5% | - |
| HSV(B) | 312.88º | 0.95% | 0.96% | - |
| XYZ | 47.17 | 23.37 | 53.06 | - |
| YUV | 101.53 | 180.19 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 194 | 0 | 0.95 | 0.20 | 0.04 | 312.88 | 0.91 | 0.5 |
| Hex | F4 | B | C2 | 0 | 5F | 14 | 4 | 139 | 5B | 32 |
| Octal | 364 | 13 | 302 | 0 | 137 | 24 | 4 | 471 | 133 | 62 |
| Binary | 11110100 | 1011 | 11000010 | 0 | 1011111 | 10100 | 100 | 100111001 | 1011011 | 110010 |
Color Harmonies of #F40BC2
Complementary color
Monochromatic Colors of #F40BC2
Black with #F40BC2
Text Example
Text Example
White with #F40BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BC2; }
p { color: rgb(244,11,194); }
H1.HeaderClassName
{
color: #F40BC2;
}
.AnyTagClassName
{
color: #F40BC2;
}
</style>
background-color css
<style>
a { background-color: #F40BC2; }
a { background-color: rgb(244,11,194); }
div.DivClassName
{
background-color: #F40BC2;
}
.BgClassName
{
background-color: #F40BC2;
}
</style>
border-color css
<style>
span { border-color: #F40BC2; }
span { border-color: rgb(244,11,194); }
td.TdClassName
{
border-color: #F40BC2;
}
.TagClassName
{
border-color: #F40BC2;
}
</style>