Shades of Wild Strawberry #FE277F
Tints of Wild Strawberry #FE277F
RGB
CMYK
RGB Variations
Color information
#FE277F (or 0xFE277F) is known color: Wild Strawberry. HEX triplet: FE, 27 and 7F. RGB value is (254,39,127). Sum of RGB (Red+Green+Blue) = 254+39+127=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE277F is #01D880. Grayscale: #717171. Windows color (decimal): -120961 or 8333310. OLE color: 8333310.
HSL color Cylindrical-coordinate representation of color #FE277F: hue angle of 335.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE277F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 127 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.00 |
| HSL | 335.44º | 0.99% | 0.57% | - |
| HSV(B) | 335.44º | 0.85% | 1% | - |
| XYZ | 45.43 | 24.05 | 22.33 | - |
| YUV | 113.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 127 | 0 | 0.85 | 0.50 | 0.00 | 335.44 | 0.99 | 0.57 |
| Hex | FE | 27 | 7F | 0 | 55 | 32 | 0 | 14F | 63 | 39 |
| Octal | 376 | 47 | 177 | 0 | 125 | 62 | 0 | 517 | 143 | 71 |
| Binary | 11111110 | 100111 | 1111111 | 0 | 1010101 | 110010 | 0 | 101001111 | 1100011 | 111001 |
Color Harmonies of #FE277F
Complementary color
Monochromatic Colors of #FE277F
Black with #FE277F
Text Example
Text Example
White with #FE277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE277F; }
p { color: rgb(254,39,127); }
H1.HeaderClassName
{
color: #FE277F;
}
.AnyTagClassName
{
color: #FE277F;
}
</style>
background-color css
<style>
a { background-color: #FE277F; }
a { background-color: rgb(254,39,127); }
div.DivClassName
{
background-color: #FE277F;
}
.BgClassName
{
background-color: #FE277F;
}
</style>
border-color css
<style>
span { border-color: #FE277F; }
span { border-color: rgb(254,39,127); }
td.TdClassName
{
border-color: #FE277F;
}
.TagClassName
{
border-color: #FE277F;
}
</style>