Shades of Shocking Pink #F41BDA
Tints of Shocking Pink #F41BDA
RGB
CMYK
RGB Variations
Color information
#F41BDA (or 0xF41BDA) is known color: Shocking Pink. HEX triplet: F4, 1B and DA. RGB value is (244,27,218). Sum of RGB (Red+Green+Blue) = 244+27+218=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41BDA is #0BE425. Grayscale: #717171. Windows color (decimal): -779302 or 14294004. OLE color: 14294004.
HSL color Cylindrical-coordinate representation of color #F41BDA: hue angle of 307.19º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41BDA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 218 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.04 |
| HSL | 307.19º | 0.91% | 0.53% | - |
| HSV(B) | 307.19º | 0.89% | 0.96% | - |
| XYZ | 50.36 | 25.08 | 68.52 | - |
| YUV | 113.66 | 186.89 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 218 | 0 | 0.89 | 0.11 | 0.04 | 307.19 | 0.91 | 0.53 |
| Hex | F4 | 1B | DA | 0 | 59 | B | 4 | 133 | 5B | 35 |
| Octal | 364 | 33 | 332 | 0 | 131 | 13 | 4 | 463 | 133 | 65 |
| Binary | 11110100 | 11011 | 11011010 | 0 | 1011001 | 1011 | 100 | 100110011 | 1011011 | 110101 |
Color Harmonies of #F41BDA
Complementary color
Monochromatic Colors of #F41BDA
Black with #F41BDA
Text Example
Text Example
White with #F41BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41BDA; }
p { color: rgb(244,27,218); }
H1.HeaderClassName
{
color: #F41BDA;
}
.AnyTagClassName
{
color: #F41BDA;
}
</style>
background-color css
<style>
a { background-color: #F41BDA; }
a { background-color: rgb(244,27,218); }
div.DivClassName
{
background-color: #F41BDA;
}
.BgClassName
{
background-color: #F41BDA;
}
</style>
border-color css
<style>
span { border-color: #F41BDA; }
span { border-color: rgb(244,27,218); }
td.TdClassName
{
border-color: #F41BDA;
}
.TagClassName
{
border-color: #F41BDA;
}
</style>