Shades of Wild Strawberry #FE3397
Tints of Wild Strawberry #FE3397
RGB
CMYK
RGB Variations
Color information
#FE3397 (or 0xFE3397) is known color: Wild Strawberry. HEX triplet: FE, 33 and 97. RGB value is (254,51,151). Sum of RGB (Red+Green+Blue) = 254+51+151=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3397 is #01CC68. Grayscale: #7A7A7A. Windows color (decimal): -117865 or 9909246. OLE color: 9909246.
HSL color Cylindrical-coordinate representation of color #FE3397: hue angle of 330.44º 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 #FE3397 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 151 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.00 |
| HSL | 330.44º | 0.99% | 0.6% | - |
| HSV(B) | 330.44º | 0.8% | 1% | - |
| XYZ | 47.64 | 25.67 | 31.72 | - |
| YUV | 123.1 | 143.75 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 151 | 0 | 0.80 | 0.41 | 0.00 | 330.44 | 0.99 | 0.6 |
| Hex | FE | 33 | 97 | 0 | 50 | 29 | 0 | 14A | 63 | 3C |
| Octal | 376 | 63 | 227 | 0 | 120 | 51 | 0 | 512 | 143 | 74 |
| Binary | 11111110 | 110011 | 10010111 | 0 | 1010000 | 101001 | 0 | 101001010 | 1100011 | 111100 |
Color Harmonies of #FE3397
Complementary color
Monochromatic Colors of #FE3397
Black with #FE3397
Text Example
Text Example
White with #FE3397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3397; }
p { color: rgb(254,51,151); }
H1.HeaderClassName
{
color: #FE3397;
}
.AnyTagClassName
{
color: #FE3397;
}
</style>
background-color css
<style>
a { background-color: #FE3397; }
a { background-color: rgb(254,51,151); }
div.DivClassName
{
background-color: #FE3397;
}
.BgClassName
{
background-color: #FE3397;
}
</style>
border-color css
<style>
span { border-color: #FE3397; }
span { border-color: rgb(254,51,151); }
td.TdClassName
{
border-color: #FE3397;
}
.TagClassName
{
border-color: #FE3397;
}
</style>