Shades of Spicy Pink #F21AB3
Tints of Spicy Pink #F21AB3
RGB
CMYK
RGB Variations
Color information
#F21AB3 (or 0xF21AB3) is known color: Spicy Pink. HEX triplet: F2, 1A and B3. RGB value is (242,26,179). Sum of RGB (Red+Green+Blue) = 242+26+179=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AB3 is #0DE54C. Grayscale: #6B6B6B. Windows color (decimal): -910669 or 11737842. OLE color: 11737842.
HSL color Cylindrical-coordinate representation of color #F21AB3: hue angle of 317.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AB3 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 179 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.05 |
| HSL | 317.5º | 0.89% | 0.53% | - |
| HSV(B) | 317.5º | 0.89% | 0.95% | - |
| XYZ | 45.12 | 22.87 | 44.68 | - |
| YUV | 108.03 | 168.06 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 179 | 0 | 0.89 | 0.26 | 0.05 | 317.5 | 0.89 | 0.53 |
| Hex | F2 | 1A | B3 | 0 | 59 | 1A | 5 | 13E | 59 | 35 |
| Octal | 362 | 32 | 263 | 0 | 131 | 32 | 5 | 476 | 131 | 65 |
| Binary | 11110010 | 11010 | 10110011 | 0 | 1011001 | 11010 | 101 | 100111110 | 1011001 | 110101 |
Color Harmonies of #F21AB3
Complementary color
Monochromatic Colors of #F21AB3
Black with #F21AB3
Text Example
Text Example
White with #F21AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AB3; }
p { color: rgb(242,26,179); }
H1.HeaderClassName
{
color: #F21AB3;
}
.AnyTagClassName
{
color: #F21AB3;
}
</style>
background-color css
<style>
a { background-color: #F21AB3; }
a { background-color: rgb(242,26,179); }
div.DivClassName
{
background-color: #F21AB3;
}
.BgClassName
{
background-color: #F21AB3;
}
</style>
border-color css
<style>
span { border-color: #F21AB3; }
span { border-color: rgb(242,26,179); }
td.TdClassName
{
border-color: #F21AB3;
}
.TagClassName
{
border-color: #F21AB3;
}
</style>