Shades of Wild Strawberry #F82A8A
Tints of Wild Strawberry #F82A8A
RGB
CMYK
RGB Variations
Color information
#F82A8A (or 0xF82A8A) is known color: Wild Strawberry. HEX triplet: F8, 2A and 8A. RGB value is (248,42,138). Sum of RGB (Red+Green+Blue) = 248+42+138=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82A8A is #07D575. Grayscale: #727272. Windows color (decimal): -513398 or 9054968. OLE color: 9054968.
HSL color Cylindrical-coordinate representation of color #F82A8A: hue angle of 332.04º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82A8A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 138 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.03 |
| HSL | 332.04º | 0.94% | 0.57% | - |
| HSV(B) | 332.04º | 0.83% | 0.97% | - |
| XYZ | 44.13 | 23.45 | 26.24 | - |
| YUV | 114.54 | 141.25 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 138 | 0 | 0.83 | 0.44 | 0.03 | 332.04 | 0.94 | 0.57 |
| Hex | F8 | 2A | 8A | 0 | 53 | 2C | 3 | 14C | 5E | 39 |
| Octal | 370 | 52 | 212 | 0 | 123 | 54 | 3 | 514 | 136 | 71 |
| Binary | 11111000 | 101010 | 10001010 | 0 | 1010011 | 101100 | 11 | 101001100 | 1011110 | 111001 |
Color Harmonies of #F82A8A
Complementary color
Monochromatic Colors of #F82A8A
Black with #F82A8A
Text Example
Text Example
White with #F82A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A8A; }
p { color: rgb(248,42,138); }
H1.HeaderClassName
{
color: #F82A8A;
}
.AnyTagClassName
{
color: #F82A8A;
}
</style>
background-color css
<style>
a { background-color: #F82A8A; }
a { background-color: rgb(248,42,138); }
div.DivClassName
{
background-color: #F82A8A;
}
.BgClassName
{
background-color: #F82A8A;
}
</style>
border-color css
<style>
span { border-color: #F82A8A; }
span { border-color: rgb(248,42,138); }
td.TdClassName
{
border-color: #F82A8A;
}
.TagClassName
{
border-color: #F82A8A;
}
</style>