Shades of Shocking Pink #F01BC5
Tints of Shocking Pink #F01BC5
RGB
CMYK
RGB Variations
Color information
#F01BC5 (or 0xF01BC5) is known color: Shocking Pink. HEX triplet: F0, 1B and C5. RGB value is (240,27,197). Sum of RGB (Red+Green+Blue) = 240+27+197=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BC5 is #0FE43A. Grayscale: #6D6D6D. Windows color (decimal): -1041467 or 12917744. OLE color: 12917744.
HSL color Cylindrical-coordinate representation of color #F01BC5: hue angle of 312.11º 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 #F01BC5 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 197 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.06 |
| HSL | 312.11º | 0.88% | 0.52% | - |
| HSV(B) | 312.11º | 0.89% | 0.94% | - |
| XYZ | 46.41 | 23.34 | 54.88 | - |
| YUV | 110.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 197 | 0 | 0.89 | 0.18 | 0.06 | 312.11 | 0.88 | 0.52 |
| Hex | F0 | 1B | C5 | 0 | 59 | 12 | 6 | 138 | 58 | 34 |
| Octal | 360 | 33 | 305 | 0 | 131 | 22 | 6 | 470 | 130 | 64 |
| Binary | 11110000 | 11011 | 11000101 | 0 | 1011001 | 10010 | 110 | 100111000 | 1011000 | 110100 |
Color Harmonies of #F01BC5
Complementary color
Monochromatic Colors of #F01BC5
Black with #F01BC5
Text Example
Text Example
White with #F01BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BC5; }
p { color: rgb(240,27,197); }
H1.HeaderClassName
{
color: #F01BC5;
}
.AnyTagClassName
{
color: #F01BC5;
}
</style>
background-color css
<style>
a { background-color: #F01BC5; }
a { background-color: rgb(240,27,197); }
div.DivClassName
{
background-color: #F01BC5;
}
.BgClassName
{
background-color: #F01BC5;
}
</style>
border-color css
<style>
span { border-color: #F01BC5; }
span { border-color: rgb(240,27,197); }
td.TdClassName
{
border-color: #F01BC5;
}
.TagClassName
{
border-color: #F01BC5;
}
</style>