Shades of Shocking Pink #F01BCE
Tints of Shocking Pink #F01BCE
RGB
CMYK
RGB Variations
Color information
#F01BCE (or 0xF01BCE) is known color: Shocking Pink. HEX triplet: F0, 1B and CE. RGB value is (240,27,206). Sum of RGB (Red+Green+Blue) = 240+27+206=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BCE is #0FE431. Grayscale: #6E6E6E. Windows color (decimal): -1041458 or 13507568. OLE color: 13507568.
HSL color Cylindrical-coordinate representation of color #F01BCE: hue angle of 309.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01BCE is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 206 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.06 |
| HSL | 309.58º | 0.88% | 0.52% | - |
| HSV(B) | 309.58º | 0.89% | 0.94% | - |
| XYZ | 47.47 | 23.77 | 60.48 | - |
| YUV | 111.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 206 | 0 | 0.89 | 0.14 | 0.06 | 309.58 | 0.88 | 0.52 |
| Hex | F0 | 1B | CE | 0 | 59 | E | 6 | 136 | 58 | 34 |
| Octal | 360 | 33 | 316 | 0 | 131 | 16 | 6 | 466 | 130 | 64 |
| Binary | 11110000 | 11011 | 11001110 | 0 | 1011001 | 1110 | 110 | 100110110 | 1011000 | 110100 |
Color Harmonies of #F01BCE
Complementary color
Monochromatic Colors of #F01BCE
Black with #F01BCE
Text Example
Text Example
White with #F01BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BCE; }
p { color: rgb(240,27,206); }
H1.HeaderClassName
{
color: #F01BCE;
}
.AnyTagClassName
{
color: #F01BCE;
}
</style>
background-color css
<style>
a { background-color: #F01BCE; }
a { background-color: rgb(240,27,206); }
div.DivClassName
{
background-color: #F01BCE;
}
.BgClassName
{
background-color: #F01BCE;
}
</style>
border-color css
<style>
span { border-color: #F01BCE; }
span { border-color: rgb(240,27,206); }
td.TdClassName
{
border-color: #F01BCE;
}
.TagClassName
{
border-color: #F01BCE;
}
</style>