Shades of Spicy Pink #F414B1
Tints of Spicy Pink #F414B1
RGB
CMYK
RGB Variations
Color information
#F414B1 (or 0xF414B1) is known color: Spicy Pink. HEX triplet: F4, 14 and B1. RGB value is (244,20,177). Sum of RGB (Red+Green+Blue) = 244+20+177=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F414B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F414B1 is #0BEB4E. Grayscale: #686868. Windows color (decimal): -781135 or 11605236. OLE color: 11605236.
HSL color Cylindrical-coordinate representation of color #F414B1: hue angle of 317.95º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F414B1 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 177 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.04 |
| HSL | 317.95º | 0.91% | 0.52% | - |
| HSV(B) | 317.95º | 0.92% | 0.96% | - |
| XYZ | 45.49 | 22.91 | 43.62 | - |
| YUV | 104.87 | 168.71 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 177 | 0 | 0.92 | 0.27 | 0.04 | 317.95 | 0.91 | 0.52 |
| Hex | F4 | 14 | B1 | 0 | 5C | 1B | 4 | 13E | 5B | 34 |
| Octal | 364 | 24 | 261 | 0 | 134 | 33 | 4 | 476 | 133 | 64 |
| Binary | 11110100 | 10100 | 10110001 | 0 | 1011100 | 11011 | 100 | 100111110 | 1011011 | 110100 |
Color Harmonies of #F414B1
Complementary color
Monochromatic Colors of #F414B1
Black with #F414B1
Text Example
Text Example
White with #F414B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F414B1; }
p { color: rgb(244,20,177); }
H1.HeaderClassName
{
color: #F414B1;
}
.AnyTagClassName
{
color: #F414B1;
}
</style>
background-color css
<style>
a { background-color: #F414B1; }
a { background-color: rgb(244,20,177); }
div.DivClassName
{
background-color: #F414B1;
}
.BgClassName
{
background-color: #F414B1;
}
</style>
border-color css
<style>
span { border-color: #F414B1; }
span { border-color: rgb(244,20,177); }
td.TdClassName
{
border-color: #F414B1;
}
.TagClassName
{
border-color: #F414B1;
}
</style>