Shades of Spicy Pink #F218B4
Tints of Spicy Pink #F218B4
RGB
CMYK
RGB Variations
Color information
#F218B4 (or 0xF218B4) is known color: Spicy Pink. HEX triplet: F2, 18 and B4. RGB value is (242,24,180). Sum of RGB (Red+Green+Blue) = 242+24+180=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F218B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F218B4 is #0DE74B. Grayscale: #6A6A6A. Windows color (decimal): -911180 or 11802866. OLE color: 11802866.
HSL color Cylindrical-coordinate representation of color #F218B4: hue angle of 317.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218B4 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 180 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.05 |
| HSL | 317.06º | 0.89% | 0.52% | - |
| HSV(B) | 317.06º | 0.9% | 0.95% | - |
| XYZ | 45.18 | 22.83 | 45.2 | - |
| YUV | 106.97 | 169.22 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 180 | 0 | 0.90 | 0.26 | 0.05 | 317.06 | 0.89 | 0.52 |
| Hex | F2 | 18 | B4 | 0 | 5A | 1A | 5 | 13D | 59 | 34 |
| Octal | 362 | 30 | 264 | 0 | 132 | 32 | 5 | 475 | 131 | 64 |
| Binary | 11110010 | 11000 | 10110100 | 0 | 1011010 | 11010 | 101 | 100111101 | 1011001 | 110100 |
Color Harmonies of #F218B4
Complementary color
Monochromatic Colors of #F218B4
Black with #F218B4
Text Example
Text Example
White with #F218B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218B4; }
p { color: rgb(242,24,180); }
H1.HeaderClassName
{
color: #F218B4;
}
.AnyTagClassName
{
color: #F218B4;
}
</style>
background-color css
<style>
a { background-color: #F218B4; }
a { background-color: rgb(242,24,180); }
div.DivClassName
{
background-color: #F218B4;
}
.BgClassName
{
background-color: #F218B4;
}
</style>
border-color css
<style>
span { border-color: #F218B4; }
span { border-color: rgb(242,24,180); }
td.TdClassName
{
border-color: #F218B4;
}
.TagClassName
{
border-color: #F218B4;
}
</style>