Shades of Shocking Pink #F21DBA
Tints of Shocking Pink #F21DBA
RGB
CMYK
RGB Variations
Color information
#F21DBA (or 0xF21DBA) is known color: Shocking Pink. HEX triplet: F2, 1D and BA. RGB value is (242,29,186). Sum of RGB (Red+Green+Blue) = 242+29+186=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21DBA is #0DE245. Grayscale: #6E6E6E. Windows color (decimal): -909894 or 12197362. OLE color: 12197362.
HSL color Cylindrical-coordinate representation of color #F21DBA: hue angle of 315.77º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21DBA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 186 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.77º | 0.89% | 0.53% | - |
| HSV(B) | 315.77º | 0.88% | 0.95% | - |
| XYZ | 45.92 | 23.3 | 48.53 | - |
| YUV | 110.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 186 | 0 | 0.88 | 0.23 | 0.05 | 315.77 | 0.89 | 0.53 |
| Hex | F2 | 1D | BA | 0 | 58 | 17 | 5 | 13C | 59 | 35 |
| Octal | 362 | 35 | 272 | 0 | 130 | 27 | 5 | 474 | 131 | 65 |
| Binary | 11110010 | 11101 | 10111010 | 0 | 1011000 | 10111 | 101 | 100111100 | 1011001 | 110101 |
Color Harmonies of #F21DBA
Complementary color
Monochromatic Colors of #F21DBA
Black with #F21DBA
Text Example
Text Example
White with #F21DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21DBA; }
p { color: rgb(242,29,186); }
H1.HeaderClassName
{
color: #F21DBA;
}
.AnyTagClassName
{
color: #F21DBA;
}
</style>
background-color css
<style>
a { background-color: #F21DBA; }
a { background-color: rgb(242,29,186); }
div.DivClassName
{
background-color: #F21DBA;
}
.BgClassName
{
background-color: #F21DBA;
}
</style>
border-color css
<style>
span { border-color: #F21DBA; }
span { border-color: rgb(242,29,186); }
td.TdClassName
{
border-color: #F21DBA;
}
.TagClassName
{
border-color: #F21DBA;
}
</style>