Shades of Spicy Pink #F52CB3
Tints of Spicy Pink #F52CB3
RGB
CMYK
RGB Variations
Color information
#F52CB3 (or 0xF52CB3) is known color: Spicy Pink. HEX triplet: F5, 2C and B3. RGB value is (245,44,179). Sum of RGB (Red+Green+Blue) = 245+44+179=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F52CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F52CB3 is #0AD34C. Grayscale: #777777. Windows color (decimal): -709453 or 11742453. OLE color: 11742453.
HSL color Cylindrical-coordinate representation of color #F52CB3: hue angle of 319.7º degrees, saturation: 0.91, 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 #F52CB3 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 44 | 179 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.04 |
| HSL | 319.7º | 0.91% | 0.57% | - |
| HSV(B) | 319.7º | 0.82% | 0.96% | - |
| XYZ | 46.69 | 24.47 | 44.91 | - |
| YUV | 119.49 | 161.59 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 44 | 179 | 0 | 0.82 | 0.27 | 0.04 | 319.7 | 0.91 | 0.57 |
| Hex | F5 | 2C | B3 | 0 | 52 | 1B | 4 | 140 | 5B | 39 |
| Octal | 365 | 54 | 263 | 0 | 122 | 33 | 4 | 500 | 133 | 71 |
| Binary | 11110101 | 101100 | 10110011 | 0 | 1010010 | 11011 | 100 | 101000000 | 1011011 | 111001 |
Color Harmonies of #F52CB3
Complementary color
Monochromatic Colors of #F52CB3
Black with #F52CB3
Text Example
Text Example
White with #F52CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52CB3; }
p { color: rgb(245,44,179); }
H1.HeaderClassName
{
color: #F52CB3;
}
.AnyTagClassName
{
color: #F52CB3;
}
</style>
background-color css
<style>
a { background-color: #F52CB3; }
a { background-color: rgb(245,44,179); }
div.DivClassName
{
background-color: #F52CB3;
}
.BgClassName
{
background-color: #F52CB3;
}
</style>
border-color css
<style>
span { border-color: #F52CB3; }
span { border-color: rgb(245,44,179); }
td.TdClassName
{
border-color: #F52CB3;
}
.TagClassName
{
border-color: #F52CB3;
}
</style>