Shades of Spicy Pink #F228B4
Tints of Spicy Pink #F228B4
RGB
CMYK
RGB Variations
Color information
#F228B4 (or 0xF228B4) is known color: Spicy Pink. HEX triplet: F2, 28 and B4. RGB value is (242,40,180). Sum of RGB (Red+Green+Blue) = 242+40+180=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F228B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F228B4 is #0DD74B. Grayscale: #737373. Windows color (decimal): -907084 or 11806962. OLE color: 11806962.
HSL color Cylindrical-coordinate representation of color #F228B4: hue angle of 318.42º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F228B4 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 180 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.05 |
| HSL | 318.42º | 0.89% | 0.55% | - |
| HSV(B) | 318.42º | 0.83% | 0.95% | - |
| XYZ | 45.61 | 23.69 | 45.35 | - |
| YUV | 116.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 180 | 0 | 0.83 | 0.26 | 0.05 | 318.42 | 0.89 | 0.55 |
| Hex | F2 | 28 | B4 | 0 | 53 | 1A | 5 | 13E | 59 | 37 |
| Octal | 362 | 50 | 264 | 0 | 123 | 32 | 5 | 476 | 131 | 67 |
| Binary | 11110010 | 101000 | 10110100 | 0 | 1010011 | 11010 | 101 | 100111110 | 1011001 | 110111 |
Color Harmonies of #F228B4
Complementary color
Monochromatic Colors of #F228B4
Black with #F228B4
Text Example
Text Example
White with #F228B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F228B4; }
p { color: rgb(242,40,180); }
H1.HeaderClassName
{
color: #F228B4;
}
.AnyTagClassName
{
color: #F228B4;
}
</style>
background-color css
<style>
a { background-color: #F228B4; }
a { background-color: rgb(242,40,180); }
div.DivClassName
{
background-color: #F228B4;
}
.BgClassName
{
background-color: #F228B4;
}
</style>
border-color css
<style>
span { border-color: #F228B4; }
span { border-color: rgb(242,40,180); }
td.TdClassName
{
border-color: #F228B4;
}
.TagClassName
{
border-color: #F228B4;
}
</style>