Shades of Spicy Pink #F42CB3
Tints of Spicy Pink #F42CB3
RGB
CMYK
RGB Variations
Color information
#F42CB3 (or 0xF42CB3) is known color: Spicy Pink. HEX triplet: F4, 2C and B3. RGB value is (244,44,179). Sum of RGB (Red+Green+Blue) = 244+44+179=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F42CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42CB3 is #0BD34C. Grayscale: #767676. Windows color (decimal): -774989 or 11742452. OLE color: 11742452.
HSL color Cylindrical-coordinate representation of color #F42CB3: hue angle of 319.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42CB3 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 179 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.04 |
| HSL | 319.5º | 0.9% | 0.56% | - |
| HSV(B) | 319.5º | 0.82% | 0.96% | - |
| XYZ | 46.35 | 24.29 | 44.89 | - |
| YUV | 119.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 179 | 0 | 0.82 | 0.27 | 0.04 | 319.5 | 0.9 | 0.56 |
| Hex | F4 | 2C | B3 | 0 | 52 | 1B | 4 | 140 | 5A | 38 |
| Octal | 364 | 54 | 263 | 0 | 122 | 33 | 4 | 500 | 132 | 70 |
| Binary | 11110100 | 101100 | 10110011 | 0 | 1010010 | 11011 | 100 | 101000000 | 1011010 | 111000 |
Color Harmonies of #F42CB3
Complementary color
Monochromatic Colors of #F42CB3
Black with #F42CB3
Text Example
Text Example
White with #F42CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42CB3; }
p { color: rgb(244,44,179); }
H1.HeaderClassName
{
color: #F42CB3;
}
.AnyTagClassName
{
color: #F42CB3;
}
</style>
background-color css
<style>
a { background-color: #F42CB3; }
a { background-color: rgb(244,44,179); }
div.DivClassName
{
background-color: #F42CB3;
}
.BgClassName
{
background-color: #F42CB3;
}
</style>
border-color css
<style>
span { border-color: #F42CB3; }
span { border-color: rgb(244,44,179); }
td.TdClassName
{
border-color: #F42CB3;
}
.TagClassName
{
border-color: #F42CB3;
}
</style>