#FE3391

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

Shades of Wild Strawberry #FE3391

Tints of Wild Strawberry #FE3391

Color information

#FE3391 (or 0xFE3391) is unknown color: approx Wild Strawberry. HEX triplet: FE, 33 and 91. RGB value is (254,51,145). Sum of RGB (Red+Green+Blue) = 254+51+145=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3391 is #01CC6E. Grayscale: #7A7A7A. Windows color (decimal): -117871 or 9516030. OLE color: 9516030.

HSL color Cylindrical-coordinate representation of color #FE3391: hue angle of 332.22º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3391 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB25451145-
CMYK00.800.430.00
HSL332.22º99.02%59.8%-
HSV(B)332.22º79.92%99.61%-
XYZ47.1725.4829.22-
YUV122.41140.75221.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.44%
GREEN value IS 51 (20.31% from 255) = 11.33%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=56.44%
G=11.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545114500.800.430.00332.2299.0259.8
HexFE33910502B014c633c
Octal37663221012053051414374
Binary11111110110011100100010101000010101101010011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3391; }

 p { color: rgb(254,51,145); }

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

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

 a { background-color: rgb(254,51,145); }

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

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

 span { border-color: rgb(254,51,145); }

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