Shades of Wild Strawberry #F0288A
Tints of Wild Strawberry #F0288A
RGB
CMYK
RGB Variations
Color information
#F0288A (or 0xF0288A) is known color: Wild Strawberry. HEX triplet: F0, 28 and 8A. RGB value is (240,40,138). Sum of RGB (Red+Green+Blue) = 240+40+138=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0288A is #0FD775. Grayscale: #6E6E6E. Windows color (decimal): -1038198 or 9054448. OLE color: 9054448.
HSL color Cylindrical-coordinate representation of color #F0288A: hue angle of 330.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0288A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 138 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.06 |
| HSL | 330.6º | 0.87% | 0.55% | - |
| HSV(B) | 330.6º | 0.83% | 0.94% | - |
| XYZ | 41.28 | 21.88 | 26.09 | - |
| YUV | 110.97 | 143.26 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 138 | 0 | 0.83 | 0.42 | 0.06 | 330.6 | 0.87 | 0.55 |
| Hex | F0 | 28 | 8A | 0 | 53 | 2A | 6 | 14B | 57 | 37 |
| Octal | 360 | 50 | 212 | 0 | 123 | 52 | 6 | 513 | 127 | 67 |
| Binary | 11110000 | 101000 | 10001010 | 0 | 1010011 | 101010 | 110 | 101001011 | 1010111 | 110111 |
Color Harmonies of #F0288A
Complementary color
Monochromatic Colors of #F0288A
Black with #F0288A
Text Example
Text Example
White with #F0288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0288A; }
p { color: rgb(240,40,138); }
H1.HeaderClassName
{
color: #F0288A;
}
.AnyTagClassName
{
color: #F0288A;
}
</style>
background-color css
<style>
a { background-color: #F0288A; }
a { background-color: rgb(240,40,138); }
div.DivClassName
{
background-color: #F0288A;
}
.BgClassName
{
background-color: #F0288A;
}
</style>
border-color css
<style>
span { border-color: #F0288A; }
span { border-color: rgb(240,40,138); }
td.TdClassName
{
border-color: #F0288A;
}
.TagClassName
{
border-color: #F0288A;
}
</style>