Shades of Spicy Pink #F219B3
Tints of Spicy Pink #F219B3
RGB
CMYK
RGB Variations
Color information
#F219B3 (or 0xF219B3) is known color: Spicy Pink. HEX triplet: F2, 19 and B3. RGB value is (242,25,179). Sum of RGB (Red+Green+Blue) = 242+25+179=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F219B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219B3 is #0DE64C. Grayscale: #6B6B6B. Windows color (decimal): -910925 or 11737586. OLE color: 11737586.
HSL color Cylindrical-coordinate representation of color #F219B3: hue angle of 317.42º 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 #F219B3 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 179 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.05 |
| HSL | 317.42º | 0.89% | 0.52% | - |
| HSV(B) | 317.42º | 0.9% | 0.95% | - |
| XYZ | 45.1 | 22.83 | 44.68 | - |
| YUV | 107.44 | 168.39 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 179 | 0 | 0.90 | 0.26 | 0.05 | 317.42 | 0.89 | 0.52 |
| Hex | F2 | 19 | B3 | 0 | 5A | 1A | 5 | 13D | 59 | 34 |
| Octal | 362 | 31 | 263 | 0 | 132 | 32 | 5 | 475 | 131 | 64 |
| Binary | 11110010 | 11001 | 10110011 | 0 | 1011010 | 11010 | 101 | 100111101 | 1011001 | 110100 |
Color Harmonies of #F219B3
Complementary color
Monochromatic Colors of #F219B3
Black with #F219B3
Text Example
Text Example
White with #F219B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219B3; }
p { color: rgb(242,25,179); }
H1.HeaderClassName
{
color: #F219B3;
}
.AnyTagClassName
{
color: #F219B3;
}
</style>
background-color css
<style>
a { background-color: #F219B3; }
a { background-color: rgb(242,25,179); }
div.DivClassName
{
background-color: #F219B3;
}
.BgClassName
{
background-color: #F219B3;
}
</style>
border-color css
<style>
span { border-color: #F219B3; }
span { border-color: rgb(242,25,179); }
td.TdClassName
{
border-color: #F219B3;
}
.TagClassName
{
border-color: #F219B3;
}
</style>