Shades of Spicy Pink #F026B2
Tints of Spicy Pink #F026B2
RGB
CMYK
RGB Variations
Color information
#F026B2 (or 0xF026B2) is known color: Spicy Pink. HEX triplet: F0, 26 and B2. RGB value is (240,38,178). Sum of RGB (Red+Green+Blue) = 240+38+178=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F026B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F026B2 is #0FD94D. Grayscale: #727272. Windows color (decimal): -1038670 or 11675376. OLE color: 11675376.
HSL color Cylindrical-coordinate representation of color #F026B2: hue angle of 318.42º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F026B2 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 178 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.06 |
| HSL | 318.42º | 0.87% | 0.55% | - |
| HSV(B) | 318.42º | 0.84% | 0.94% | - |
| XYZ | 44.66 | 23.13 | 44.23 | - |
| YUV | 114.36 | 163.92 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 178 | 0 | 0.84 | 0.26 | 0.06 | 318.42 | 0.87 | 0.55 |
| Hex | F0 | 26 | B2 | 0 | 54 | 1A | 6 | 13E | 57 | 37 |
| Octal | 360 | 46 | 262 | 0 | 124 | 32 | 6 | 476 | 127 | 67 |
| Binary | 11110000 | 100110 | 10110010 | 0 | 1010100 | 11010 | 110 | 100111110 | 1010111 | 110111 |
Color Harmonies of #F026B2
Complementary color
Monochromatic Colors of #F026B2
Black with #F026B2
Text Example
Text Example
White with #F026B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F026B2; }
p { color: rgb(240,38,178); }
H1.HeaderClassName
{
color: #F026B2;
}
.AnyTagClassName
{
color: #F026B2;
}
</style>
background-color css
<style>
a { background-color: #F026B2; }
a { background-color: rgb(240,38,178); }
div.DivClassName
{
background-color: #F026B2;
}
.BgClassName
{
background-color: #F026B2;
}
</style>
border-color css
<style>
span { border-color: #F026B2; }
span { border-color: rgb(240,38,178); }
td.TdClassName
{
border-color: #F026B2;
}
.TagClassName
{
border-color: #F026B2;
}
</style>