Shades of Spicy Pink #F32BB8
Tints of Spicy Pink #F32BB8
RGB
CMYK
RGB Variations
Color information
#F32BB8 (or 0xF32BB8) is known color: Spicy Pink. HEX triplet: F3, 2B and B8. RGB value is (243,43,184). Sum of RGB (Red+Green+Blue) = 243+43+184=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F32BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32BB8 is #0CD447. Grayscale: #767676. Windows color (decimal): -840776 or 12069875. OLE color: 12069875.
HSL color Cylindrical-coordinate representation of color #F32BB8: hue angle of 317.7º 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 #F32BB8 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 184 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.05 |
| HSL | 317.7º | 0.89% | 0.56% | - |
| HSV(B) | 317.7º | 0.82% | 0.95% | - |
| XYZ | 46.48 | 24.24 | 47.58 | - |
| YUV | 118.87 | 164.76 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 184 | 0 | 0.82 | 0.24 | 0.05 | 317.7 | 0.89 | 0.56 |
| Hex | F3 | 2B | B8 | 0 | 52 | 18 | 5 | 13E | 59 | 38 |
| Octal | 363 | 53 | 270 | 0 | 122 | 30 | 5 | 476 | 131 | 70 |
| Binary | 11110011 | 101011 | 10111000 | 0 | 1010010 | 11000 | 101 | 100111110 | 1011001 | 111000 |
Color Harmonies of #F32BB8
Complementary color
Monochromatic Colors of #F32BB8
Black with #F32BB8
Text Example
Text Example
White with #F32BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32BB8; }
p { color: rgb(243,43,184); }
H1.HeaderClassName
{
color: #F32BB8;
}
.AnyTagClassName
{
color: #F32BB8;
}
</style>
background-color css
<style>
a { background-color: #F32BB8; }
a { background-color: rgb(243,43,184); }
div.DivClassName
{
background-color: #F32BB8;
}
.BgClassName
{
background-color: #F32BB8;
}
</style>
border-color css
<style>
span { border-color: #F32BB8; }
span { border-color: rgb(243,43,184); }
td.TdClassName
{
border-color: #F32BB8;
}
.TagClassName
{
border-color: #F32BB8;
}
</style>