Shades of Spicy Pink #F02CB1
Tints of Spicy Pink #F02CB1
RGB
CMYK
RGB Variations
Color information
#F02CB1 (or 0xF02CB1) is known color: Spicy Pink. HEX triplet: F0, 2C and B1. RGB value is (240,44,177). Sum of RGB (Red+Green+Blue) = 240+44+177=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CB1 is #0FD34E. Grayscale: #757575. Windows color (decimal): -1037135 or 11611376. OLE color: 11611376.
HSL color Cylindrical-coordinate representation of color #F02CB1: hue angle of 319.29º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CB1 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 177 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.06 |
| HSL | 319.29º | 0.87% | 0.56% | - |
| HSV(B) | 319.29º | 0.82% | 0.94% | - |
| XYZ | 44.77 | 23.5 | 43.77 | - |
| YUV | 117.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 177 | 0 | 0.82 | 0.26 | 0.06 | 319.29 | 0.87 | 0.56 |
| Hex | F0 | 2C | B1 | 0 | 52 | 1A | 6 | 13F | 57 | 38 |
| Octal | 360 | 54 | 261 | 0 | 122 | 32 | 6 | 477 | 127 | 70 |
| Binary | 11110000 | 101100 | 10110001 | 0 | 1010010 | 11010 | 110 | 100111111 | 1010111 | 111000 |
Color Harmonies of #F02CB1
Complementary color
Monochromatic Colors of #F02CB1
Black with #F02CB1
Text Example
Text Example
White with #F02CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CB1; }
p { color: rgb(240,44,177); }
H1.HeaderClassName
{
color: #F02CB1;
}
.AnyTagClassName
{
color: #F02CB1;
}
</style>
background-color css
<style>
a { background-color: #F02CB1; }
a { background-color: rgb(240,44,177); }
div.DivClassName
{
background-color: #F02CB1;
}
.BgClassName
{
background-color: #F02CB1;
}
</style>
border-color css
<style>
span { border-color: #F02CB1; }
span { border-color: rgb(240,44,177); }
td.TdClassName
{
border-color: #F02CB1;
}
.TagClassName
{
border-color: #F02CB1;
}
</style>