Shades of Spicy Pink #F430B5
Tints of Spicy Pink #F430B5
RGB
CMYK
RGB Variations
Color information
#F430B5 (or 0xF430B5) is known color: Spicy Pink. HEX triplet: F4, 30 and B5. RGB value is (244,48,181). Sum of RGB (Red+Green+Blue) = 244+48+181=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F430B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430B5 is #0BCF4A. Grayscale: #797979. Windows color (decimal): -773963 or 11874548. OLE color: 11874548.
HSL color Cylindrical-coordinate representation of color #F430B5: hue angle of 319.29º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430B5 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 181 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.04 |
| HSL | 319.29º | 0.9% | 0.57% | - |
| HSV(B) | 319.29º | 0.8% | 0.96% | - |
| XYZ | 46.71 | 24.68 | 46.02 | - |
| YUV | 121.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 181 | 0 | 0.80 | 0.26 | 0.04 | 319.29 | 0.9 | 0.57 |
| Hex | F4 | 30 | B5 | 0 | 50 | 1A | 4 | 13F | 5A | 39 |
| Octal | 364 | 60 | 265 | 0 | 120 | 32 | 4 | 477 | 132 | 71 |
| Binary | 11110100 | 110000 | 10110101 | 0 | 1010000 | 11010 | 100 | 100111111 | 1011010 | 111001 |
Color Harmonies of #F430B5
Complementary color
Monochromatic Colors of #F430B5
Black with #F430B5
Text Example
Text Example
White with #F430B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430B5; }
p { color: rgb(244,48,181); }
H1.HeaderClassName
{
color: #F430B5;
}
.AnyTagClassName
{
color: #F430B5;
}
</style>
background-color css
<style>
a { background-color: #F430B5; }
a { background-color: rgb(244,48,181); }
div.DivClassName
{
background-color: #F430B5;
}
.BgClassName
{
background-color: #F430B5;
}
</style>
border-color css
<style>
span { border-color: #F430B5; }
span { border-color: rgb(244,48,181); }
td.TdClassName
{
border-color: #F430B5;
}
.TagClassName
{
border-color: #F430B5;
}
</style>