Shades of Shocking Pink #F41BCB
Tints of Shocking Pink #F41BCB
RGB
CMYK
RGB Variations
Color information
#F41BCB (or 0xF41BCB) is known color: Shocking Pink. HEX triplet: F4, 1B and CB. RGB value is (244,27,203). Sum of RGB (Red+Green+Blue) = 244+27+203=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41BCB is #0BE434. Grayscale: #6F6F6F. Windows color (decimal): -779317 or 13310964. OLE color: 13310964.
HSL color Cylindrical-coordinate representation of color #F41BCB: hue angle of 311.34º 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 #F41BCB is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.34º | 0.91% | 0.53% | - |
| HSV(B) | 311.34º | 0.89% | 0.96% | - |
| XYZ | 48.48 | 24.33 | 58.64 | - |
| YUV | 111.95 | 179.39 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 203 | 0 | 0.89 | 0.17 | 0.04 | 311.34 | 0.91 | 0.53 |
| Hex | F4 | 1B | CB | 0 | 59 | 11 | 4 | 137 | 5B | 35 |
| Octal | 364 | 33 | 313 | 0 | 131 | 21 | 4 | 467 | 133 | 65 |
| Binary | 11110100 | 11011 | 11001011 | 0 | 1011001 | 10001 | 100 | 100110111 | 1011011 | 110101 |
Color Harmonies of #F41BCB
Complementary color
Monochromatic Colors of #F41BCB
Black with #F41BCB
Text Example
Text Example
White with #F41BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41BCB; }
p { color: rgb(244,27,203); }
H1.HeaderClassName
{
color: #F41BCB;
}
.AnyTagClassName
{
color: #F41BCB;
}
</style>
background-color css
<style>
a { background-color: #F41BCB; }
a { background-color: rgb(244,27,203); }
div.DivClassName
{
background-color: #F41BCB;
}
.BgClassName
{
background-color: #F41BCB;
}
</style>
border-color css
<style>
span { border-color: #F41BCB; }
span { border-color: rgb(244,27,203); }
td.TdClassName
{
border-color: #F41BCB;
}
.TagClassName
{
border-color: #F41BCB;
}
</style>