Shades of Wild Strawberry #FE38A2
Tints of Wild Strawberry #FE38A2
RGB
CMYK
RGB Variations
Color information
#FE38A2 (or 0xFE38A2) is known color: Wild Strawberry. HEX triplet: FE, 38 and A2. RGB value is (254,56,162). Sum of RGB (Red+Green+Blue) = 254+56+162=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38A2 is #01C75D. Grayscale: #7F7F7F. Windows color (decimal): -116574 or 10631422. OLE color: 10631422.
HSL color Cylindrical-coordinate representation of color #FE38A2: hue angle of 327.88º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38A2 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 162 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.00 |
| HSL | 327.88º | 0.99% | 0.61% | - |
| HSV(B) | 327.88º | 0.78% | 1% | - |
| XYZ | 48.81 | 26.51 | 36.73 | - |
| YUV | 127.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 162 | 0 | 0.78 | 0.36 | 0.00 | 327.88 | 0.99 | 0.61 |
| Hex | FE | 38 | A2 | 0 | 4E | 24 | 0 | 148 | 63 | 3D |
| Octal | 376 | 70 | 242 | 0 | 116 | 44 | 0 | 510 | 143 | 75 |
| Binary | 11111110 | 111000 | 10100010 | 0 | 1001110 | 100100 | 0 | 101001000 | 1100011 | 111101 |
Color Harmonies of #FE38A2
Complementary color
Monochromatic Colors of #FE38A2
Black with #FE38A2
Text Example
Text Example
White with #FE38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38A2; }
p { color: rgb(254,56,162); }
H1.HeaderClassName
{
color: #FE38A2;
}
.AnyTagClassName
{
color: #FE38A2;
}
</style>
background-color css
<style>
a { background-color: #FE38A2; }
a { background-color: rgb(254,56,162); }
div.DivClassName
{
background-color: #FE38A2;
}
.BgClassName
{
background-color: #FE38A2;
}
</style>
border-color css
<style>
span { border-color: #FE38A2; }
span { border-color: rgb(254,56,162); }
td.TdClassName
{
border-color: #FE38A2;
}
.TagClassName
{
border-color: #FE38A2;
}
</style>