Shades of Wild Strawberry #FE359B
Tints of Wild Strawberry #FE359B
RGB
CMYK
RGB Variations
Color information
#FE359B (or 0xFE359B) is known color: Wild Strawberry. HEX triplet: FE, 35 and 9B. RGB value is (254,53,155). Sum of RGB (Red+Green+Blue) = 254+53+155=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE359B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE359B is #01CA64. Grayscale: #7C7C7C. Windows color (decimal): -117349 or 10171902. OLE color: 10171902.
HSL color Cylindrical-coordinate representation of color #FE359B: hue angle of 329.55º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE359B is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 155 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.00 |
| HSL | 329.55º | 0.99% | 0.6% | - |
| HSV(B) | 329.55º | 0.79% | 1% | - |
| XYZ | 48.06 | 25.98 | 33.49 | - |
| YUV | 124.73 | 145.09 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 155 | 0 | 0.79 | 0.39 | 0.00 | 329.55 | 0.99 | 0.6 |
| Hex | FE | 35 | 9B | 0 | 4F | 27 | 0 | 14A | 63 | 3C |
| Octal | 376 | 65 | 233 | 0 | 117 | 47 | 0 | 512 | 143 | 74 |
| Binary | 11111110 | 110101 | 10011011 | 0 | 1001111 | 100111 | 0 | 101001010 | 1100011 | 111100 |
Color Harmonies of #FE359B
Complementary color
Monochromatic Colors of #FE359B
Black with #FE359B
Text Example
Text Example
White with #FE359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE359B; }
p { color: rgb(254,53,155); }
H1.HeaderClassName
{
color: #FE359B;
}
.AnyTagClassName
{
color: #FE359B;
}
</style>
background-color css
<style>
a { background-color: #FE359B; }
a { background-color: rgb(254,53,155); }
div.DivClassName
{
background-color: #FE359B;
}
.BgClassName
{
background-color: #FE359B;
}
</style>
border-color css
<style>
span { border-color: #FE359B; }
span { border-color: rgb(254,53,155); }
td.TdClassName
{
border-color: #FE359B;
}
.TagClassName
{
border-color: #FE359B;
}
</style>