Shades of Spicy Pink #F42DB3
Tints of Spicy Pink #F42DB3
RGB
CMYK
RGB Variations
Color information
#F42DB3 (or 0xF42DB3) is known color: Spicy Pink. HEX triplet: F4, 2D and B3. RGB value is (244,45,179). Sum of RGB (Red+Green+Blue) = 244+45+179=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DB3 is #0BD24C. Grayscale: #777777. Windows color (decimal): -774733 or 11742708. OLE color: 11742708.
HSL color Cylindrical-coordinate representation of color #F42DB3: hue angle of 319.6º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42DB3 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 179 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.04 |
| HSL | 319.6º | 0.9% | 0.57% | - |
| HSV(B) | 319.6º | 0.82% | 0.96% | - |
| XYZ | 46.38 | 24.36 | 44.91 | - |
| YUV | 119.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 179 | 0 | 0.82 | 0.27 | 0.04 | 319.6 | 0.9 | 0.57 |
| Hex | F4 | 2D | B3 | 0 | 52 | 1B | 4 | 140 | 5A | 39 |
| Octal | 364 | 55 | 263 | 0 | 122 | 33 | 4 | 500 | 132 | 71 |
| Binary | 11110100 | 101101 | 10110011 | 0 | 1010010 | 11011 | 100 | 101000000 | 1011010 | 111001 |
Color Harmonies of #F42DB3
Complementary color
Monochromatic Colors of #F42DB3
Black with #F42DB3
Text Example
Text Example
White with #F42DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42DB3; }
p { color: rgb(244,45,179); }
H1.HeaderClassName
{
color: #F42DB3;
}
.AnyTagClassName
{
color: #F42DB3;
}
</style>
background-color css
<style>
a { background-color: #F42DB3; }
a { background-color: rgb(244,45,179); }
div.DivClassName
{
background-color: #F42DB3;
}
.BgClassName
{
background-color: #F42DB3;
}
</style>
border-color css
<style>
span { border-color: #F42DB3; }
span { border-color: rgb(244,45,179); }
td.TdClassName
{
border-color: #F42DB3;
}
.TagClassName
{
border-color: #F42DB3;
}
</style>