#FE2884

Color #FE2884 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FE2884

Tints of Wild Strawberry #FE2884

Color information

#FE2884 (or 0xFE2884) is unknown color: approx Wild Strawberry. HEX triplet: FE, 28 and 84. RGB value is (254,40,132). Sum of RGB (Red+Green+Blue) = 254+40+132=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2884 is #01D77B. Grayscale: #727272. Windows color (decimal): -120700 or 8661246. OLE color: 8661246.

HSL color Cylindrical-coordinate representation of color #FE2884: hue angle of 334.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2884 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB25440132-
CMYK00.840.480.00
HSL334.21º99.07%57.65%-
HSV(B)334.21º84.25%99.61%-
XYZ45.824.2524.1-
YUV114.47137.9227.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 59.62%
GREEN value IS 40 (16.02% from 255) = 9.39%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=59.62%
G=9.39%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544013200.840.480.00334.2199.0757.65
HexFE288405430014e633a
Octal37650204012460051614372
Binary11111110101000100001000101010011000001010011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2884; }

 p { color: rgb(254,40,132); }

 H1.HeaderClassName
 {
   color: #FE2884;
 }
 .AnyTagClassName
 {
   color: #FE2884;
 }
</style>
background-color css

<style>
 a { background-color: #FE2884; }

 a { background-color: rgb(254,40,132); }

 div.DivClassName
 {
   background-color: #FE2884;
 }
 .BgClassName
 {
   background-color: #FE2884;
 }
</style>
border-color css

<style>
 span { border-color: #FE2884; }

 span { border-color: rgb(254,40,132); }

 td.TdClassName
 {
   border-color: #FE2884;
 }
 .TagClassName
 {
   border-color: #FE2884;
 }
</style>