Shades of Shocking Pink #F41BCD
Tints of Shocking Pink #F41BCD
RGB
CMYK
RGB Variations
Color information
#F41BCD (or 0xF41BCD) is known color: Shocking Pink. HEX triplet: F4, 1B and CD. RGB value is (244,27,205). Sum of RGB (Red+Green+Blue) = 244+27+205=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41BCD is #0BE432. Grayscale: #6F6F6F. Windows color (decimal): -779315 or 13442036. OLE color: 13442036.
HSL color Cylindrical-coordinate representation of color #F41BCD: hue angle of 310.78º 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 #F41BCD is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.04 |
| HSL | 310.78º | 0.91% | 0.53% | - |
| HSV(B) | 310.78º | 0.89% | 0.96% | - |
| XYZ | 48.72 | 24.42 | 59.9 | - |
| YUV | 112.18 | 180.39 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 205 | 0 | 0.89 | 0.16 | 0.04 | 310.78 | 0.91 | 0.53 |
| Hex | F4 | 1B | CD | 0 | 59 | 10 | 4 | 137 | 5B | 35 |
| Octal | 364 | 33 | 315 | 0 | 131 | 20 | 4 | 467 | 133 | 65 |
| Binary | 11110100 | 11011 | 11001101 | 0 | 1011001 | 10000 | 100 | 100110111 | 1011011 | 110101 |
Color Harmonies of #F41BCD
Complementary color
Monochromatic Colors of #F41BCD
Black with #F41BCD
Text Example
Text Example
White with #F41BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41BCD; }
p { color: rgb(244,27,205); }
H1.HeaderClassName
{
color: #F41BCD;
}
.AnyTagClassName
{
color: #F41BCD;
}
</style>
background-color css
<style>
a { background-color: #F41BCD; }
a { background-color: rgb(244,27,205); }
div.DivClassName
{
background-color: #F41BCD;
}
.BgClassName
{
background-color: #F41BCD;
}
</style>
border-color css
<style>
span { border-color: #F41BCD; }
span { border-color: rgb(244,27,205); }
td.TdClassName
{
border-color: #F41BCD;
}
.TagClassName
{
border-color: #F41BCD;
}
</style>