Shades of Spicy Pink #F227B3
Tints of Spicy Pink #F227B3
RGB
CMYK
RGB Variations
Color information
#F227B3 (or 0xF227B3) is known color: Spicy Pink. HEX triplet: F2, 27 and B3. RGB value is (242,39,179). Sum of RGB (Red+Green+Blue) = 242+39+179=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F227B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227B3 is #0DD84C. Grayscale: #737373. Windows color (decimal): -907341 or 11741170. OLE color: 11741170.
HSL color Cylindrical-coordinate representation of color #F227B3: hue angle of 318.62º 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 #F227B3 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 179 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.05 |
| HSL | 318.62º | 0.89% | 0.55% | - |
| HSV(B) | 318.62º | 0.84% | 0.95% | - |
| XYZ | 45.48 | 23.58 | 44.8 | - |
| YUV | 115.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 179 | 0 | 0.84 | 0.26 | 0.05 | 318.62 | 0.89 | 0.55 |
| Hex | F2 | 27 | B3 | 0 | 54 | 1A | 5 | 13F | 59 | 37 |
| Octal | 362 | 47 | 263 | 0 | 124 | 32 | 5 | 477 | 131 | 67 |
| Binary | 11110010 | 100111 | 10110011 | 0 | 1010100 | 11010 | 101 | 100111111 | 1011001 | 110111 |
Color Harmonies of #F227B3
Complementary color
Monochromatic Colors of #F227B3
Black with #F227B3
Text Example
Text Example
White with #F227B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227B3; }
p { color: rgb(242,39,179); }
H1.HeaderClassName
{
color: #F227B3;
}
.AnyTagClassName
{
color: #F227B3;
}
</style>
background-color css
<style>
a { background-color: #F227B3; }
a { background-color: rgb(242,39,179); }
div.DivClassName
{
background-color: #F227B3;
}
.BgClassName
{
background-color: #F227B3;
}
</style>
border-color css
<style>
span { border-color: #F227B3; }
span { border-color: rgb(242,39,179); }
td.TdClassName
{
border-color: #F227B3;
}
.TagClassName
{
border-color: #F227B3;
}
</style>