#FE36A1

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

Shades of Wild Strawberry #FE36A1

Tints of Wild Strawberry #FE36A1

Color information

#FE36A1 (or 0xFE36A1) is unknown color: approx Wild Strawberry. HEX triplet: FE, 36 and A1. RGB value is (254,54,161). Sum of RGB (Red+Green+Blue) = 254+54+161=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36A1 is #01C95E. Grayscale: #7D7D7D. Windows color (decimal): -117087 or 10565374. OLE color: 10565374.

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

Color convert

RGB25454161-
CMYK00.790.370.00
HSL327.9º99.01%60.39%-
HSV(B)327.9º78.74%99.61%-
XYZ48.6326.2836.23-
YUV126147.76219.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 54 (21.48% from 255) = 11.51%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=54.16%
G=11.51%
B=34.33%

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
Decimal2545416100.790.370.00327.999.0160.39
HexFE36A104F250148633c
Octal37666241011745051014374
Binary11111110110110101000010100111110010101010010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE36A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE36A1; }

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

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

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

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

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

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

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

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