Shades of Shocking Pink #F01BDA
Tints of Shocking Pink #F01BDA
RGB
CMYK
RGB Variations
Color information
#F01BDA (or 0xF01BDA) is known color: Shocking Pink. HEX triplet: F0, 1B and DA. RGB value is (240,27,218). Sum of RGB (Red+Green+Blue) = 240+27+218=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BDA is #0FE425. Grayscale: #6F6F6F. Windows color (decimal): -1041446 or 14294000. OLE color: 14294000.
HSL color Cylindrical-coordinate representation of color #F01BDA: hue angle of 306.2º 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 #F01BDA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 218 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.06 |
| HSL | 306.2º | 0.88% | 0.52% | - |
| HSV(B) | 306.2º | 0.89% | 0.94% | - |
| XYZ | 48.98 | 24.37 | 68.45 | - |
| YUV | 112.46 | 187.57 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 218 | 0 | 0.89 | 0.09 | 0.06 | 306.2 | 0.88 | 0.52 |
| Hex | F0 | 1B | DA | 0 | 59 | 9 | 6 | 132 | 58 | 34 |
| Octal | 360 | 33 | 332 | 0 | 131 | 11 | 6 | 462 | 130 | 64 |
| Binary | 11110000 | 11011 | 11011010 | 0 | 1011001 | 1001 | 110 | 100110010 | 1011000 | 110100 |
Color Harmonies of #F01BDA
Complementary color
Monochromatic Colors of #F01BDA
Black with #F01BDA
Text Example
Text Example
White with #F01BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BDA; }
p { color: rgb(240,27,218); }
H1.HeaderClassName
{
color: #F01BDA;
}
.AnyTagClassName
{
color: #F01BDA;
}
</style>
background-color css
<style>
a { background-color: #F01BDA; }
a { background-color: rgb(240,27,218); }
div.DivClassName
{
background-color: #F01BDA;
}
.BgClassName
{
background-color: #F01BDA;
}
</style>
border-color css
<style>
span { border-color: #F01BDA; }
span { border-color: rgb(240,27,218); }
td.TdClassName
{
border-color: #F01BDA;
}
.TagClassName
{
border-color: #F01BDA;
}
</style>