Shades of Spicy Pink #F417B2
Tints of Spicy Pink #F417B2
RGB
CMYK
RGB Variations
Color information
#F417B2 (or 0xF417B2) is known color: Spicy Pink. HEX triplet: F4, 17 and B2. RGB value is (244,23,178). Sum of RGB (Red+Green+Blue) = 244+23+178=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F417B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F417B2 is #0BE84D. Grayscale: #6A6A6A. Windows color (decimal): -780366 or 11671540. OLE color: 11671540.
HSL color Cylindrical-coordinate representation of color #F417B2: hue angle of 317.92º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417B2 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 178 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.04 |
| HSL | 317.92º | 0.91% | 0.52% | - |
| HSV(B) | 317.92º | 0.91% | 0.96% | - |
| XYZ | 45.65 | 23.06 | 44.16 | - |
| YUV | 106.75 | 168.22 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 178 | 0 | 0.91 | 0.27 | 0.04 | 317.92 | 0.91 | 0.52 |
| Hex | F4 | 17 | B2 | 0 | 5B | 1B | 4 | 13E | 5B | 34 |
| Octal | 364 | 27 | 262 | 0 | 133 | 33 | 4 | 476 | 133 | 64 |
| Binary | 11110100 | 10111 | 10110010 | 0 | 1011011 | 11011 | 100 | 100111110 | 1011011 | 110100 |
Color Harmonies of #F417B2
Complementary color
Monochromatic Colors of #F417B2
Black with #F417B2
Text Example
Text Example
White with #F417B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417B2; }
p { color: rgb(244,23,178); }
H1.HeaderClassName
{
color: #F417B2;
}
.AnyTagClassName
{
color: #F417B2;
}
</style>
background-color css
<style>
a { background-color: #F417B2; }
a { background-color: rgb(244,23,178); }
div.DivClassName
{
background-color: #F417B2;
}
.BgClassName
{
background-color: #F417B2;
}
</style>
border-color css
<style>
span { border-color: #F417B2; }
span { border-color: rgb(244,23,178); }
td.TdClassName
{
border-color: #F417B2;
}
.TagClassName
{
border-color: #F417B2;
}
</style>