#FE4196

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

Shades of Wild Strawberry #FE4196

Tints of Wild Strawberry #FE4196

Color information

#FE4196 (or 0xFE4196) is unknown color: approx Wild Strawberry. HEX triplet: FE, 41 and 96. RGB value is (254,65,150). Sum of RGB (Red+Green+Blue) = 254+65+150=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4196 is #01BE69. Grayscale: #838383. Windows color (decimal): -114282 or 9847294. OLE color: 9847294.

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

Color convert

RGB25465150-
CMYK00.740.410.00
HSL333.02º98.95%62.55%-
HSV(B)333.02º74.41%99.61%-
XYZ48.2727.0531.53-
YUV131.2138.62215.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 65 (25.78% from 255) = 13.86%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=54.16%
G=13.86%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546515000.740.410.00333.0298.9562.55
HexFE419604A29014d633f
Octal376101226011251051514377
Binary111111101000001100101100100101010100101010011011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4196; }

 p { color: rgb(254,65,150); }

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

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

 a { background-color: rgb(254,65,150); }

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

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

 span { border-color: rgb(254,65,150); }

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