Shades of Spicy Pink #F229B3
Tints of Spicy Pink #F229B3
RGB
CMYK
RGB Variations
Color information
#F229B3 (or 0xF229B3) is known color: Spicy Pink. HEX triplet: F2, 29 and B3. RGB value is (242,41,179). Sum of RGB (Red+Green+Blue) = 242+41+179=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F229B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229B3 is #0DD64C. Grayscale: #747474. Windows color (decimal): -906829 or 11741682. OLE color: 11741682.
HSL color Cylindrical-coordinate representation of color #F229B3: hue angle of 318.81º 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 #F229B3 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 179 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.05 |
| HSL | 318.81º | 0.89% | 0.55% | - |
| HSV(B) | 318.81º | 0.83% | 0.95% | - |
| XYZ | 45.55 | 23.72 | 44.83 | - |
| YUV | 116.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 179 | 0 | 0.83 | 0.26 | 0.05 | 318.81 | 0.89 | 0.55 |
| Hex | F2 | 29 | B3 | 0 | 53 | 1A | 5 | 13F | 59 | 37 |
| Octal | 362 | 51 | 263 | 0 | 123 | 32 | 5 | 477 | 131 | 67 |
| Binary | 11110010 | 101001 | 10110011 | 0 | 1010011 | 11010 | 101 | 100111111 | 1011001 | 110111 |
Color Harmonies of #F229B3
Complementary color
Monochromatic Colors of #F229B3
Black with #F229B3
Text Example
Text Example
White with #F229B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229B3; }
p { color: rgb(242,41,179); }
H1.HeaderClassName
{
color: #F229B3;
}
.AnyTagClassName
{
color: #F229B3;
}
</style>
background-color css
<style>
a { background-color: #F229B3; }
a { background-color: rgb(242,41,179); }
div.DivClassName
{
background-color: #F229B3;
}
.BgClassName
{
background-color: #F229B3;
}
</style>
border-color css
<style>
span { border-color: #F229B3; }
span { border-color: rgb(242,41,179); }
td.TdClassName
{
border-color: #F229B3;
}
.TagClassName
{
border-color: #F229B3;
}
</style>