Shades of Wild Strawberry #FE3497
Tints of Wild Strawberry #FE3497
RGB
CMYK
RGB Variations
Color information
#FE3497 (or 0xFE3497) is known color: Wild Strawberry. HEX triplet: FE, 34 and 97. RGB value is (254,52,151). Sum of RGB (Red+Green+Blue) = 254+52+151=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3497 is #01CB68. Grayscale: #7B7B7B. Windows color (decimal): -117609 or 9909502. OLE color: 9909502.
HSL color Cylindrical-coordinate representation of color #FE3497: hue angle of 330.59º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3497 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 151 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.00 |
| HSL | 330.59º | 0.99% | 0.6% | - |
| HSV(B) | 330.59º | 0.8% | 1% | - |
| XYZ | 47.69 | 25.76 | 31.74 | - |
| YUV | 123.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 151 | 0 | 0.80 | 0.41 | 0.00 | 330.59 | 0.99 | 0.6 |
| Hex | FE | 34 | 97 | 0 | 50 | 29 | 0 | 14B | 63 | 3C |
| Octal | 376 | 64 | 227 | 0 | 120 | 51 | 0 | 513 | 143 | 74 |
| Binary | 11111110 | 110100 | 10010111 | 0 | 1010000 | 101001 | 0 | 101001011 | 1100011 | 111100 |
Color Harmonies of #FE3497
Complementary color
Monochromatic Colors of #FE3497
Black with #FE3497
Text Example
Text Example
White with #FE3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3497; }
p { color: rgb(254,52,151); }
H1.HeaderClassName
{
color: #FE3497;
}
.AnyTagClassName
{
color: #FE3497;
}
</style>
background-color css
<style>
a { background-color: #FE3497; }
a { background-color: rgb(254,52,151); }
div.DivClassName
{
background-color: #FE3497;
}
.BgClassName
{
background-color: #FE3497;
}
</style>
border-color css
<style>
span { border-color: #FE3497; }
span { border-color: rgb(254,52,151); }
td.TdClassName
{
border-color: #FE3497;
}
.TagClassName
{
border-color: #FE3497;
}
</style>