#FE36A0

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

Shades of Wild Strawberry #FE36A0

Tints of Wild Strawberry #FE36A0

Color information

#FE36A0 (or 0xFE36A0) is unknown color: approx Wild Strawberry. HEX triplet: FE, 36 and A0. RGB value is (254,54,160). Sum of RGB (Red+Green+Blue) = 254+54+160=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36A0 is #01C95F. Grayscale: #7D7D7D. Windows color (decimal): -117088 or 10499838. OLE color: 10499838.

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

Color convert

RGB25454160-
CMYK00.790.370.00
HSL328.2º99.01%60.39%-
HSV(B)328.2º78.74%99.61%-
XYZ48.5426.2535.77-
YUV125.88147.26219.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 54 (21.48% from 255) = 11.54%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=54.27%
G=11.54%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545416000.790.370.00328.299.0160.39
HexFE36A004F250148633c
Octal37666240011745051014374
Binary11111110110110101000000100111110010101010010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE36A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE36A0; }

 p { color: rgb(254,54,160); }

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

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

 a { background-color: rgb(254,54,160); }

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

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

 span { border-color: rgb(254,54,160); }

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