Shades of Shocking Pink #F41ACB
Tints of Shocking Pink #F41ACB
RGB
CMYK
RGB Variations
Color information
#F41ACB (or 0xF41ACB) is known color: Shocking Pink. HEX triplet: F4, 1A and CB. RGB value is (244,26,203). Sum of RGB (Red+Green+Blue) = 244+26+203=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ACB is #0BE534. Grayscale: #6E6E6E. Windows color (decimal): -779573 or 13310708. OLE color: 13310708.
HSL color Cylindrical-coordinate representation of color #F41ACB: hue angle of 311.28º 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 #F41ACB is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 203 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.28º | 0.91% | 0.53% | - |
| HSV(B) | 311.28º | 0.89% | 0.96% | - |
| XYZ | 48.46 | 24.28 | 58.63 | - |
| YUV | 111.36 | 179.72 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 203 | 0 | 0.89 | 0.17 | 0.04 | 311.28 | 0.91 | 0.53 |
| Hex | F4 | 1A | CB | 0 | 59 | 11 | 4 | 137 | 5B | 35 |
| Octal | 364 | 32 | 313 | 0 | 131 | 21 | 4 | 467 | 133 | 65 |
| Binary | 11110100 | 11010 | 11001011 | 0 | 1011001 | 10001 | 100 | 100110111 | 1011011 | 110101 |
Color Harmonies of #F41ACB
Complementary color
Monochromatic Colors of #F41ACB
Black with #F41ACB
Text Example
Text Example
White with #F41ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41ACB; }
p { color: rgb(244,26,203); }
H1.HeaderClassName
{
color: #F41ACB;
}
.AnyTagClassName
{
color: #F41ACB;
}
</style>
background-color css
<style>
a { background-color: #F41ACB; }
a { background-color: rgb(244,26,203); }
div.DivClassName
{
background-color: #F41ACB;
}
.BgClassName
{
background-color: #F41ACB;
}
</style>
border-color css
<style>
span { border-color: #F41ACB; }
span { border-color: rgb(244,26,203); }
td.TdClassName
{
border-color: #F41ACB;
}
.TagClassName
{
border-color: #F41ACB;
}
</style>