Shades of Spicy Pink #F32BB7
Tints of Spicy Pink #F32BB7
RGB
CMYK
RGB Variations
Color information
#F32BB7 (or 0xF32BB7) is known color: Spicy Pink. HEX triplet: F3, 2B and B7. RGB value is (243,43,183). Sum of RGB (Red+Green+Blue) = 243+43+183=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F32BB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32BB7 is #0CD448. Grayscale: #767676. Windows color (decimal): -840777 or 12004339. OLE color: 12004339.
HSL color Cylindrical-coordinate representation of color #F32BB7: hue angle of 318º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32BB7 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 183 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.05 |
| HSL | 318º | 0.89% | 0.56% | - |
| HSV(B) | 318º | 0.82% | 0.95% | - |
| XYZ | 46.37 | 24.2 | 47.03 | - |
| YUV | 118.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 183 | 0 | 0.82 | 0.25 | 0.05 | 318 | 0.89 | 0.56 |
| Hex | F3 | 2B | B7 | 0 | 52 | 19 | 5 | 13E | 59 | 38 |
| Octal | 363 | 53 | 267 | 0 | 122 | 31 | 5 | 476 | 131 | 70 |
| Binary | 11110011 | 101011 | 10110111 | 0 | 1010010 | 11001 | 101 | 100111110 | 1011001 | 111000 |
Color Harmonies of #F32BB7
Complementary color
Monochromatic Colors of #F32BB7
Black with #F32BB7
Text Example
Text Example
White with #F32BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32BB7; }
p { color: rgb(243,43,183); }
H1.HeaderClassName
{
color: #F32BB7;
}
.AnyTagClassName
{
color: #F32BB7;
}
</style>
background-color css
<style>
a { background-color: #F32BB7; }
a { background-color: rgb(243,43,183); }
div.DivClassName
{
background-color: #F32BB7;
}
.BgClassName
{
background-color: #F32BB7;
}
</style>
border-color css
<style>
span { border-color: #F32BB7; }
span { border-color: rgb(243,43,183); }
td.TdClassName
{
border-color: #F32BB7;
}
.TagClassName
{
border-color: #F32BB7;
}
</style>