Shades of Spicy Pink #F42BB1
Tints of Spicy Pink #F42BB1
RGB
CMYK
RGB Variations
Color information
#F42BB1 (or 0xF42BB1) is known color: Spicy Pink. HEX triplet: F4, 2B and B1. RGB value is (244,43,177). Sum of RGB (Red+Green+Blue) = 244+43+177=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42BB1 is #0BD44E. Grayscale: #767676. Windows color (decimal): -775247 or 11611124. OLE color: 11611124.
HSL color Cylindrical-coordinate representation of color #F42BB1: hue angle of 320º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BB1 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 177 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.04 |
| HSL | 320º | 0.9% | 0.56% | - |
| HSV(B) | 320º | 0.82% | 0.96% | - |
| XYZ | 46.11 | 24.14 | 43.82 | - |
| YUV | 118.38 | 161.09 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 177 | 0 | 0.82 | 0.27 | 0.04 | 320 | 0.9 | 0.56 |
| Hex | F4 | 2B | B1 | 0 | 52 | 1B | 4 | 140 | 5A | 38 |
| Octal | 364 | 53 | 261 | 0 | 122 | 33 | 4 | 500 | 132 | 70 |
| Binary | 11110100 | 101011 | 10110001 | 0 | 1010010 | 11011 | 100 | 101000000 | 1011010 | 111000 |
Color Harmonies of #F42BB1
Complementary color
Monochromatic Colors of #F42BB1
Black with #F42BB1
Text Example
Text Example
White with #F42BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BB1; }
p { color: rgb(244,43,177); }
H1.HeaderClassName
{
color: #F42BB1;
}
.AnyTagClassName
{
color: #F42BB1;
}
</style>
background-color css
<style>
a { background-color: #F42BB1; }
a { background-color: rgb(244,43,177); }
div.DivClassName
{
background-color: #F42BB1;
}
.BgClassName
{
background-color: #F42BB1;
}
</style>
border-color css
<style>
span { border-color: #F42BB1; }
span { border-color: rgb(244,43,177); }
td.TdClassName
{
border-color: #F42BB1;
}
.TagClassName
{
border-color: #F42BB1;
}
</style>