Shades of Spicy Pink #F227BA
Tints of Spicy Pink #F227BA
RGB
CMYK
RGB Variations
Color information
#F227BA (or 0xF227BA) is known color: Spicy Pink. HEX triplet: F2, 27 and BA. RGB value is (242,39,186). Sum of RGB (Red+Green+Blue) = 242+39+186=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F227BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227BA is #0DD845. Grayscale: #747474. Windows color (decimal): -907334 or 12199922. OLE color: 12199922.
HSL color Cylindrical-coordinate representation of color #F227BA: hue angle of 316.55º 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 #F227BA is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 186 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.05 |
| HSL | 316.55º | 0.89% | 0.55% | - |
| HSV(B) | 316.55º | 0.84% | 0.95% | - |
| XYZ | 46.21 | 23.87 | 48.63 | - |
| YUV | 116.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 186 | 0 | 0.84 | 0.23 | 0.05 | 316.55 | 0.89 | 0.55 |
| Hex | F2 | 27 | BA | 0 | 54 | 17 | 5 | 13D | 59 | 37 |
| Octal | 362 | 47 | 272 | 0 | 124 | 27 | 5 | 475 | 131 | 67 |
| Binary | 11110010 | 100111 | 10111010 | 0 | 1010100 | 10111 | 101 | 100111101 | 1011001 | 110111 |
Color Harmonies of #F227BA
Complementary color
Monochromatic Colors of #F227BA
Black with #F227BA
Text Example
Text Example
White with #F227BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227BA; }
p { color: rgb(242,39,186); }
H1.HeaderClassName
{
color: #F227BA;
}
.AnyTagClassName
{
color: #F227BA;
}
</style>
background-color css
<style>
a { background-color: #F227BA; }
a { background-color: rgb(242,39,186); }
div.DivClassName
{
background-color: #F227BA;
}
.BgClassName
{
background-color: #F227BA;
}
</style>
border-color css
<style>
span { border-color: #F227BA; }
span { border-color: rgb(242,39,186); }
td.TdClassName
{
border-color: #F227BA;
}
.TagClassName
{
border-color: #F227BA;
}
</style>