Shades of Spicy Pink #F227B1
Tints of Spicy Pink #F227B1
RGB
CMYK
RGB Variations
Color information
#F227B1 (or 0xF227B1) is known color: Spicy Pink. HEX triplet: F2, 27 and B1. RGB value is (242,39,177). Sum of RGB (Red+Green+Blue) = 242+39+177=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F227B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227B1 is #0DD84E. Grayscale: #737373. Windows color (decimal): -907343 or 11610098. OLE color: 11610098.
HSL color Cylindrical-coordinate representation of color #F227B1: hue angle of 319.21º 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 #F227B1 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 177 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.05 |
| HSL | 319.21º | 0.89% | 0.55% | - |
| HSV(B) | 319.21º | 0.84% | 0.95% | - |
| XYZ | 45.28 | 23.5 | 43.74 | - |
| YUV | 115.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 177 | 0 | 0.84 | 0.27 | 0.05 | 319.21 | 0.89 | 0.55 |
| Hex | F2 | 27 | B1 | 0 | 54 | 1B | 5 | 13F | 59 | 37 |
| Octal | 362 | 47 | 261 | 0 | 124 | 33 | 5 | 477 | 131 | 67 |
| Binary | 11110010 | 100111 | 10110001 | 0 | 1010100 | 11011 | 101 | 100111111 | 1011001 | 110111 |
Color Harmonies of #F227B1
Complementary color
Monochromatic Colors of #F227B1
Black with #F227B1
Text Example
Text Example
White with #F227B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227B1; }
p { color: rgb(242,39,177); }
H1.HeaderClassName
{
color: #F227B1;
}
.AnyTagClassName
{
color: #F227B1;
}
</style>
background-color css
<style>
a { background-color: #F227B1; }
a { background-color: rgb(242,39,177); }
div.DivClassName
{
background-color: #F227B1;
}
.BgClassName
{
background-color: #F227B1;
}
</style>
border-color css
<style>
span { border-color: #F227B1; }
span { border-color: rgb(242,39,177); }
td.TdClassName
{
border-color: #F227B1;
}
.TagClassName
{
border-color: #F227B1;
}
</style>