Shades of Spicy Pink #F11AB4
Tints of Spicy Pink #F11AB4
RGB
CMYK
RGB Variations
Color information
#F11AB4 (or 0xF11AB4) is known color: Spicy Pink. HEX triplet: F1, 1A and B4. RGB value is (241,26,180). Sum of RGB (Red+Green+Blue) = 241+26+180=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AB4 is #0EE54B. Grayscale: #6B6B6B. Windows color (decimal): -976204 or 11803377. OLE color: 11803377.
HSL color Cylindrical-coordinate representation of color #F11AB4: hue angle of 317.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11AB4 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 180 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.05 |
| HSL | 317.02º | 0.88% | 0.52% | - |
| HSV(B) | 317.02º | 0.89% | 0.95% | - |
| XYZ | 44.88 | 22.73 | 45.2 | - |
| YUV | 107.84 | 168.73 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 180 | 0 | 0.89 | 0.25 | 0.05 | 317.02 | 0.88 | 0.52 |
| Hex | F1 | 1A | B4 | 0 | 59 | 19 | 5 | 13D | 58 | 34 |
| Octal | 361 | 32 | 264 | 0 | 131 | 31 | 5 | 475 | 130 | 64 |
| Binary | 11110001 | 11010 | 10110100 | 0 | 1011001 | 11001 | 101 | 100111101 | 1011000 | 110100 |
Color Harmonies of #F11AB4
Complementary color
Monochromatic Colors of #F11AB4
Black with #F11AB4
Text Example
Text Example
White with #F11AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AB4; }
p { color: rgb(241,26,180); }
H1.HeaderClassName
{
color: #F11AB4;
}
.AnyTagClassName
{
color: #F11AB4;
}
</style>
background-color css
<style>
a { background-color: #F11AB4; }
a { background-color: rgb(241,26,180); }
div.DivClassName
{
background-color: #F11AB4;
}
.BgClassName
{
background-color: #F11AB4;
}
</style>
border-color css
<style>
span { border-color: #F11AB4; }
span { border-color: rgb(241,26,180); }
td.TdClassName
{
border-color: #F11AB4;
}
.TagClassName
{
border-color: #F11AB4;
}
</style>