Shades of Spicy Pink #F32AB4
Tints of Spicy Pink #F32AB4
RGB
CMYK
RGB Variations
Color information
#F32AB4 (or 0xF32AB4) is known color: Spicy Pink. HEX triplet: F3, 2A and B4. RGB value is (243,42,180). Sum of RGB (Red+Green+Blue) = 243+42+180=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F32AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32AB4 is #0CD54B. Grayscale: #757575. Windows color (decimal): -841036 or 11807475. OLE color: 11807475.
HSL color Cylindrical-coordinate representation of color #F32AB4: hue angle of 318.81º 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 #F32AB4 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 180 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.05 |
| HSL | 318.81º | 0.89% | 0.56% | - |
| HSV(B) | 318.81º | 0.83% | 0.95% | - |
| XYZ | 46.03 | 24.01 | 45.39 | - |
| YUV | 117.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 180 | 0 | 0.83 | 0.26 | 0.05 | 318.81 | 0.89 | 0.56 |
| Hex | F3 | 2A | B4 | 0 | 53 | 1A | 5 | 13F | 59 | 38 |
| Octal | 363 | 52 | 264 | 0 | 123 | 32 | 5 | 477 | 131 | 70 |
| Binary | 11110011 | 101010 | 10110100 | 0 | 1010011 | 11010 | 101 | 100111111 | 1011001 | 111000 |
Color Harmonies of #F32AB4
Complementary color
Monochromatic Colors of #F32AB4
Black with #F32AB4
Text Example
Text Example
White with #F32AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32AB4; }
p { color: rgb(243,42,180); }
H1.HeaderClassName
{
color: #F32AB4;
}
.AnyTagClassName
{
color: #F32AB4;
}
</style>
background-color css
<style>
a { background-color: #F32AB4; }
a { background-color: rgb(243,42,180); }
div.DivClassName
{
background-color: #F32AB4;
}
.BgClassName
{
background-color: #F32AB4;
}
</style>
border-color css
<style>
span { border-color: #F32AB4; }
span { border-color: rgb(243,42,180); }
td.TdClassName
{
border-color: #F32AB4;
}
.TagClassName
{
border-color: #F32AB4;
}
</style>