Shades of Spicy Pink #F229BA
Tints of Spicy Pink #F229BA
RGB
CMYK
RGB Variations
Color information
#F229BA (or 0xF229BA) is known color: Spicy Pink. HEX triplet: F2, 29 and BA. RGB value is (242,41,186). Sum of RGB (Red+Green+Blue) = 242+41+186=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F229BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229BA is #0DD645. Grayscale: #757575. Windows color (decimal): -906822 or 12200434. OLE color: 12200434.
HSL color Cylindrical-coordinate representation of color #F229BA: hue angle of 316.72º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229BA is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 186 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.05 |
| HSL | 316.72º | 0.89% | 0.55% | - |
| HSV(B) | 316.72º | 0.83% | 0.95% | - |
| XYZ | 46.27 | 24.01 | 48.65 | - |
| YUV | 117.63 | 166.59 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 186 | 0 | 0.83 | 0.23 | 0.05 | 316.72 | 0.89 | 0.55 |
| Hex | F2 | 29 | BA | 0 | 53 | 17 | 5 | 13D | 59 | 37 |
| Octal | 362 | 51 | 272 | 0 | 123 | 27 | 5 | 475 | 131 | 67 |
| Binary | 11110010 | 101001 | 10111010 | 0 | 1010011 | 10111 | 101 | 100111101 | 1011001 | 110111 |
Color Harmonies of #F229BA
Complementary color
Monochromatic Colors of #F229BA
Black with #F229BA
Text Example
Text Example
White with #F229BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229BA; }
p { color: rgb(242,41,186); }
H1.HeaderClassName
{
color: #F229BA;
}
.AnyTagClassName
{
color: #F229BA;
}
</style>
background-color css
<style>
a { background-color: #F229BA; }
a { background-color: rgb(242,41,186); }
div.DivClassName
{
background-color: #F229BA;
}
.BgClassName
{
background-color: #F229BA;
}
</style>
border-color css
<style>
span { border-color: #F229BA; }
span { border-color: rgb(242,41,186); }
td.TdClassName
{
border-color: #F229BA;
}
.TagClassName
{
border-color: #F229BA;
}
</style>