Shades of Spicy Pink #F430B4
Tints of Spicy Pink #F430B4
RGB
CMYK
RGB Variations
Color information
#F430B4 (or 0xF430B4) is known color: Spicy Pink. HEX triplet: F4, 30 and B4. RGB value is (244,48,180). Sum of RGB (Red+Green+Blue) = 244+48+180=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F430B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430B4 is #0BCF4B. Grayscale: #797979. Windows color (decimal): -773964 or 11809012. OLE color: 11809012.
HSL color Cylindrical-coordinate representation of color #F430B4: hue angle of 319.59º 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 #F430B4 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 180 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.04 |
| HSL | 319.59º | 0.9% | 0.57% | - |
| HSV(B) | 319.59º | 0.8% | 0.96% | - |
| XYZ | 46.6 | 24.64 | 45.48 | - |
| YUV | 121.65 | 160.93 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 180 | 0 | 0.80 | 0.26 | 0.04 | 319.59 | 0.9 | 0.57 |
| Hex | F4 | 30 | B4 | 0 | 50 | 1A | 4 | 140 | 5A | 39 |
| Octal | 364 | 60 | 264 | 0 | 120 | 32 | 4 | 500 | 132 | 71 |
| Binary | 11110100 | 110000 | 10110100 | 0 | 1010000 | 11010 | 100 | 101000000 | 1011010 | 111001 |
Color Harmonies of #F430B4
Complementary color
Monochromatic Colors of #F430B4
Black with #F430B4
Text Example
Text Example
White with #F430B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430B4; }
p { color: rgb(244,48,180); }
H1.HeaderClassName
{
color: #F430B4;
}
.AnyTagClassName
{
color: #F430B4;
}
</style>
background-color css
<style>
a { background-color: #F430B4; }
a { background-color: rgb(244,48,180); }
div.DivClassName
{
background-color: #F430B4;
}
.BgClassName
{
background-color: #F430B4;
}
</style>
border-color css
<style>
span { border-color: #F430B4; }
span { border-color: rgb(244,48,180); }
td.TdClassName
{
border-color: #F430B4;
}
.TagClassName
{
border-color: #F430B4;
}
</style>