#FE3591

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

Shades of Wild Strawberry #FE3591

Tints of Wild Strawberry #FE3591

Color information

#FE3591 (or 0xFE3591) is unknown color: approx Wild Strawberry. HEX triplet: FE, 35 and 91. RGB value is (254,53,145). Sum of RGB (Red+Green+Blue) = 254+53+145=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3591 is #01CA6E. Grayscale: #7B7B7B. Windows color (decimal): -117359 or 9516542. OLE color: 9516542.

HSL color Cylindrical-coordinate representation of color #FE3591: hue angle of 332.54º 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 #FE3591 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB25453145-
CMYK00.790.430.00
HSL332.54º99.01%60.2%-
HSV(B)332.54º79.13%99.61%-
XYZ47.2625.6629.25-
YUV123.59140.09221.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.19%
GREEN value IS 53 (21.09% from 255) = 11.73%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=56.19%
G=11.73%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545314500.790.430.00332.5499.0160.2
HexFE359104F2B014d633c
Octal37665221011753051514374
Binary11111110110101100100010100111110101101010011011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3591; }

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

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

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

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

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

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

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

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