Shades of Spicy Pink #F32AB2
Tints of Spicy Pink #F32AB2
RGB
CMYK
RGB Variations
Color information
#F32AB2 (or 0xF32AB2) is known color: Spicy Pink. HEX triplet: F3, 2A and B2. RGB value is (243,42,178). Sum of RGB (Red+Green+Blue) = 243+42+178=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F32AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32AB2 is #0CD54D. Grayscale: #757575. Windows color (decimal): -841038 or 11676403. OLE color: 11676403.
HSL color Cylindrical-coordinate representation of color #F32AB2: hue angle of 319.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32AB2 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 178 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.05 |
| HSL | 319.4º | 0.89% | 0.56% | - |
| HSV(B) | 319.4º | 0.83% | 0.95% | - |
| XYZ | 45.83 | 23.92 | 44.32 | - |
| YUV | 117.6 | 162.09 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 178 | 0 | 0.83 | 0.27 | 0.05 | 319.4 | 0.89 | 0.56 |
| Hex | F3 | 2A | B2 | 0 | 53 | 1B | 5 | 13F | 59 | 38 |
| Octal | 363 | 52 | 262 | 0 | 123 | 33 | 5 | 477 | 131 | 70 |
| Binary | 11110011 | 101010 | 10110010 | 0 | 1010011 | 11011 | 101 | 100111111 | 1011001 | 111000 |
Color Harmonies of #F32AB2
Complementary color
Monochromatic Colors of #F32AB2
Black with #F32AB2
Text Example
Text Example
White with #F32AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32AB2; }
p { color: rgb(243,42,178); }
H1.HeaderClassName
{
color: #F32AB2;
}
.AnyTagClassName
{
color: #F32AB2;
}
</style>
background-color css
<style>
a { background-color: #F32AB2; }
a { background-color: rgb(243,42,178); }
div.DivClassName
{
background-color: #F32AB2;
}
.BgClassName
{
background-color: #F32AB2;
}
</style>
border-color css
<style>
span { border-color: #F32AB2; }
span { border-color: rgb(243,42,178); }
td.TdClassName
{
border-color: #F32AB2;
}
.TagClassName
{
border-color: #F32AB2;
}
</style>