Shades of Wild Strawberry #FE38A8
Tints of Wild Strawberry #FE38A8
RGB
CMYK
RGB Variations
Color information
#FE38A8 (or 0xFE38A8) is known color: Wild Strawberry. HEX triplet: FE, 38 and A8. RGB value is (254,56,168). Sum of RGB (Red+Green+Blue) = 254+56+168=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE38A8 is #01C757. Grayscale: #7F7F7F. Windows color (decimal): -116568 or 11024638. OLE color: 11024638.
HSL color Cylindrical-coordinate representation of color #FE38A8: hue angle of 326.06º 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 #FE38A8 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 168 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.00 |
| HSL | 326.06º | 0.99% | 0.61% | - |
| HSV(B) | 326.06º | 0.78% | 1% | - |
| XYZ | 49.36 | 26.73 | 39.6 | - |
| YUV | 127.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 168 | 0 | 0.78 | 0.34 | 0.00 | 326.06 | 0.99 | 0.61 |
| Hex | FE | 38 | A8 | 0 | 4E | 22 | 0 | 146 | 63 | 3D |
| Octal | 376 | 70 | 250 | 0 | 116 | 42 | 0 | 506 | 143 | 75 |
| Binary | 11111110 | 111000 | 10101000 | 0 | 1001110 | 100010 | 0 | 101000110 | 1100011 | 111101 |
Color Harmonies of #FE38A8
Complementary color
Monochromatic Colors of #FE38A8
Black with #FE38A8
Text Example
Text Example
White with #FE38A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38A8; }
p { color: rgb(254,56,168); }
H1.HeaderClassName
{
color: #FE38A8;
}
.AnyTagClassName
{
color: #FE38A8;
}
</style>
background-color css
<style>
a { background-color: #FE38A8; }
a { background-color: rgb(254,56,168); }
div.DivClassName
{
background-color: #FE38A8;
}
.BgClassName
{
background-color: #FE38A8;
}
</style>
border-color css
<style>
span { border-color: #FE38A8; }
span { border-color: rgb(254,56,168); }
td.TdClassName
{
border-color: #FE38A8;
}
.TagClassName
{
border-color: #FE38A8;
}
</style>