Shades of Wild Strawberry #FE4299
Tints of Wild Strawberry #FE4299
RGB
CMYK
RGB Variations
Color information
#FE4299 (or 0xFE4299) is known color: Wild Strawberry. HEX triplet: FE, 42 and 99. RGB value is (254,66,153). Sum of RGB (Red+Green+Blue) = 254+66+153=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4299 is #01BD66. Grayscale: #838383. Windows color (decimal): -114023 or 10044158. OLE color: 10044158.
HSL color Cylindrical-coordinate representation of color #FE4299: hue angle of 332.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4299 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 153 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.00 |
| HSL | 332.23º | 0.99% | 0.63% | - |
| HSV(B) | 332.23º | 0.74% | 1% | - |
| XYZ | 48.57 | 27.27 | 32.84 | - |
| YUV | 132.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 153 | 0 | 0.74 | 0.40 | 0.00 | 332.23 | 0.99 | 0.63 |
| Hex | FE | 42 | 99 | 0 | 4A | 28 | 0 | 14C | 63 | 3F |
| Octal | 376 | 102 | 231 | 0 | 112 | 50 | 0 | 514 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10011001 | 0 | 1001010 | 101000 | 0 | 101001100 | 1100011 | 111111 |
Color Harmonies of #FE4299
Complementary color
Monochromatic Colors of #FE4299
Black with #FE4299
Text Example
Text Example
White with #FE4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4299; }
p { color: rgb(254,66,153); }
H1.HeaderClassName
{
color: #FE4299;
}
.AnyTagClassName
{
color: #FE4299;
}
</style>
background-color css
<style>
a { background-color: #FE4299; }
a { background-color: rgb(254,66,153); }
div.DivClassName
{
background-color: #FE4299;
}
.BgClassName
{
background-color: #FE4299;
}
</style>
border-color css
<style>
span { border-color: #FE4299; }
span { border-color: rgb(254,66,153); }
td.TdClassName
{
border-color: #FE4299;
}
.TagClassName
{
border-color: #FE4299;
}
</style>