Shades of Shocking Pink #F41BD2
Tints of Shocking Pink #F41BD2
RGB
CMYK
RGB Variations
Color information
#F41BD2 (or 0xF41BD2) is known color: Shocking Pink. HEX triplet: F4, 1B and D2. RGB value is (244,27,210). Sum of RGB (Red+Green+Blue) = 244+27+210=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41BD2 is #0BE42D. Grayscale: #707070. Windows color (decimal): -779310 or 13769716. OLE color: 13769716.
HSL color Cylindrical-coordinate representation of color #F41BD2: hue angle of 309.4º 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 #F41BD2 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 210 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.04 |
| HSL | 309.4º | 0.91% | 0.53% | - |
| HSV(B) | 309.4º | 0.89% | 0.96% | - |
| XYZ | 49.33 | 24.67 | 63.13 | - |
| YUV | 112.75 | 182.89 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 210 | 0 | 0.89 | 0.14 | 0.04 | 309.4 | 0.91 | 0.53 |
| Hex | F4 | 1B | D2 | 0 | 59 | E | 4 | 135 | 5B | 35 |
| Octal | 364 | 33 | 322 | 0 | 131 | 16 | 4 | 465 | 133 | 65 |
| Binary | 11110100 | 11011 | 11010010 | 0 | 1011001 | 1110 | 100 | 100110101 | 1011011 | 110101 |
Color Harmonies of #F41BD2
Complementary color
Monochromatic Colors of #F41BD2
Black with #F41BD2
Text Example
Text Example
White with #F41BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41BD2; }
p { color: rgb(244,27,210); }
H1.HeaderClassName
{
color: #F41BD2;
}
.AnyTagClassName
{
color: #F41BD2;
}
</style>
background-color css
<style>
a { background-color: #F41BD2; }
a { background-color: rgb(244,27,210); }
div.DivClassName
{
background-color: #F41BD2;
}
.BgClassName
{
background-color: #F41BD2;
}
</style>
border-color css
<style>
span { border-color: #F41BD2; }
span { border-color: rgb(244,27,210); }
td.TdClassName
{
border-color: #F41BD2;
}
.TagClassName
{
border-color: #F41BD2;
}
</style>