#FE2E81

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

Shades of Wild Strawberry #FE2E81

Tints of Wild Strawberry #FE2E81

Color information

#FE2E81 (or 0xFE2E81) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2E and 81. RGB value is (254,46,129). Sum of RGB (Red+Green+Blue) = 254+46+129=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E81 is #01D17E. Grayscale: #757575. Windows color (decimal): -119167 or 8466174. OLE color: 8466174.

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

Color convert

RGB25446129-
CMYK00.820.490.00
HSL336.06º99.05%58.82%-
HSV(B)336.06º81.89%99.61%-
XYZ45.8124.6123.1-
YUV117.65134.41225.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.21%
GREEN value IS 46 (18.36% from 255) = 10.72%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=59.21%
G=10.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544612900.820.490.00336.0699.0558.82
HexFE2E81052310150633b
Octal37656201012261052014373
Binary11111110101110100000010101001011000101010100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2E81; }

 p { color: rgb(254,46,129); }

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

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

 a { background-color: rgb(254,46,129); }

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

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

 span { border-color: rgb(254,46,129); }

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