Shades of Spicy Pink #F227BB
Tints of Spicy Pink #F227BB
RGB
CMYK
RGB Variations
Color information
#F227BB (or 0xF227BB) is known color: Spicy Pink. HEX triplet: F2, 27 and BB. RGB value is (242,39,187). Sum of RGB (Red+Green+Blue) = 242+39+187=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F227BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227BB is #0DD844. Grayscale: #747474. Windows color (decimal): -907333 or 12265458. OLE color: 12265458.
HSL color Cylindrical-coordinate representation of color #F227BB: hue angle of 316.26º 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 #F227BB is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 187 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.05 |
| HSL | 316.26º | 0.89% | 0.55% | - |
| HSV(B) | 316.26º | 0.84% | 0.95% | - |
| XYZ | 46.31 | 23.92 | 49.19 | - |
| YUV | 116.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 187 | 0 | 0.84 | 0.23 | 0.05 | 316.26 | 0.89 | 0.55 |
| Hex | F2 | 27 | BB | 0 | 54 | 17 | 5 | 13C | 59 | 37 |
| Octal | 362 | 47 | 273 | 0 | 124 | 27 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 100111 | 10111011 | 0 | 1010100 | 10111 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F227BB
Complementary color
Monochromatic Colors of #F227BB
Black with #F227BB
Text Example
Text Example
White with #F227BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227BB; }
p { color: rgb(242,39,187); }
H1.HeaderClassName
{
color: #F227BB;
}
.AnyTagClassName
{
color: #F227BB;
}
</style>
background-color css
<style>
a { background-color: #F227BB; }
a { background-color: rgb(242,39,187); }
div.DivClassName
{
background-color: #F227BB;
}
.BgClassName
{
background-color: #F227BB;
}
</style>
border-color css
<style>
span { border-color: #F227BB; }
span { border-color: rgb(242,39,187); }
td.TdClassName
{
border-color: #F227BB;
}
.TagClassName
{
border-color: #F227BB;
}
</style>