Shades of Wild Strawberry #FE3298
Tints of Wild Strawberry #FE3298
RGB
CMYK
RGB Variations
Color information
#FE3298 (or 0xFE3298) is known color: Wild Strawberry. HEX triplet: FE, 32 and 98. RGB value is (254,50,152). Sum of RGB (Red+Green+Blue) = 254+50+152=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3298 is #01CD67. Grayscale: #7A7A7A. Windows color (decimal): -118120 or 9974526. OLE color: 9974526.
HSL color Cylindrical-coordinate representation of color #FE3298: hue angle of 330º 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 #FE3298 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 152 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.00 |
| HSL | 330º | 0.99% | 0.6% | - |
| HSV(B) | 330º | 0.8% | 1% | - |
| XYZ | 47.68 | 25.62 | 32.14 | - |
| YUV | 122.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 152 | 0 | 0.80 | 0.40 | 0.00 | 330 | 0.99 | 0.6 |
| Hex | FE | 32 | 98 | 0 | 50 | 28 | 0 | 14A | 63 | 3C |
| Octal | 376 | 62 | 230 | 0 | 120 | 50 | 0 | 512 | 143 | 74 |
| Binary | 11111110 | 110010 | 10011000 | 0 | 1010000 | 101000 | 0 | 101001010 | 1100011 | 111100 |
Color Harmonies of #FE3298
Complementary color
Monochromatic Colors of #FE3298
Black with #FE3298
Text Example
Text Example
White with #FE3298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3298; }
p { color: rgb(254,50,152); }
H1.HeaderClassName
{
color: #FE3298;
}
.AnyTagClassName
{
color: #FE3298;
}
</style>
background-color css
<style>
a { background-color: #FE3298; }
a { background-color: rgb(254,50,152); }
div.DivClassName
{
background-color: #FE3298;
}
.BgClassName
{
background-color: #FE3298;
}
</style>
border-color css
<style>
span { border-color: #FE3298; }
span { border-color: rgb(254,50,152); }
td.TdClassName
{
border-color: #FE3298;
}
.TagClassName
{
border-color: #FE3298;
}
</style>