Shades of Spicy Pink #F227B5
Tints of Spicy Pink #F227B5
RGB
CMYK
RGB Variations
Color information
#F227B5 (or 0xF227B5) is known color: Spicy Pink. HEX triplet: F2, 27 and B5. RGB value is (242,39,181). Sum of RGB (Red+Green+Blue) = 242+39+181=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F227B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227B5 is #0DD84A. Grayscale: #737373. Windows color (decimal): -907339 or 11872242. OLE color: 11872242.
HSL color Cylindrical-coordinate representation of color #F227B5: hue angle of 318.03º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227B5 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 181 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.05 |
| HSL | 318.03º | 0.89% | 0.55% | - |
| HSV(B) | 318.03º | 0.84% | 0.95% | - |
| XYZ | 45.68 | 23.66 | 45.88 | - |
| YUV | 115.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 181 | 0 | 0.84 | 0.25 | 0.05 | 318.03 | 0.89 | 0.55 |
| Hex | F2 | 27 | B5 | 0 | 54 | 19 | 5 | 13E | 59 | 37 |
| Octal | 362 | 47 | 265 | 0 | 124 | 31 | 5 | 476 | 131 | 67 |
| Binary | 11110010 | 100111 | 10110101 | 0 | 1010100 | 11001 | 101 | 100111110 | 1011001 | 110111 |
Color Harmonies of #F227B5
Complementary color
Monochromatic Colors of #F227B5
Black with #F227B5
Text Example
Text Example
White with #F227B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227B5; }
p { color: rgb(242,39,181); }
H1.HeaderClassName
{
color: #F227B5;
}
.AnyTagClassName
{
color: #F227B5;
}
</style>
background-color css
<style>
a { background-color: #F227B5; }
a { background-color: rgb(242,39,181); }
div.DivClassName
{
background-color: #F227B5;
}
.BgClassName
{
background-color: #F227B5;
}
</style>
border-color css
<style>
span { border-color: #F227B5; }
span { border-color: rgb(242,39,181); }
td.TdClassName
{
border-color: #F227B5;
}
.TagClassName
{
border-color: #F227B5;
}
</style>