Shades of Wild Strawberry #FE3694
Tints of Wild Strawberry #FE3694
RGB
CMYK
RGB Variations
Color information
#FE3694 (or 0xFE3694) is known color: Wild Strawberry. HEX triplet: FE, 36 and 94. RGB value is (254,54,148). Sum of RGB (Red+Green+Blue) = 254+54+148=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3694 is #01C96B. Grayscale: #7C7C7C. Windows color (decimal): -117100 or 9713406. OLE color: 9713406.
HSL color Cylindrical-coordinate representation of color #FE3694: hue angle of 331.8º 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 #FE3694 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 148 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.00 |
| HSL | 331.8º | 0.99% | 0.6% | - |
| HSV(B) | 331.8º | 0.79% | 1% | - |
| XYZ | 47.54 | 25.85 | 30.5 | - |
| YUV | 124.52 | 141.26 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 148 | 0 | 0.79 | 0.42 | 0.00 | 331.8 | 0.99 | 0.6 |
| Hex | FE | 36 | 94 | 0 | 4F | 2A | 0 | 14C | 63 | 3C |
| Octal | 376 | 66 | 224 | 0 | 117 | 52 | 0 | 514 | 143 | 74 |
| Binary | 11111110 | 110110 | 10010100 | 0 | 1001111 | 101010 | 0 | 101001100 | 1100011 | 111100 |
Color Harmonies of #FE3694
Complementary color
Monochromatic Colors of #FE3694
Black with #FE3694
Text Example
Text Example
White with #FE3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3694; }
p { color: rgb(254,54,148); }
H1.HeaderClassName
{
color: #FE3694;
}
.AnyTagClassName
{
color: #FE3694;
}
</style>
background-color css
<style>
a { background-color: #FE3694; }
a { background-color: rgb(254,54,148); }
div.DivClassName
{
background-color: #FE3694;
}
.BgClassName
{
background-color: #FE3694;
}
</style>
border-color css
<style>
span { border-color: #FE3694; }
span { border-color: rgb(254,54,148); }
td.TdClassName
{
border-color: #FE3694;
}
.TagClassName
{
border-color: #FE3694;
}
</style>