#FE399D

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

Shades of Wild Strawberry #FE399D

Tints of Wild Strawberry #FE399D

Color information

#FE399D (or 0xFE399D) is unknown color: approx Wild Strawberry. HEX triplet: FE, 39 and 9D. RGB value is (254,57,157). Sum of RGB (Red+Green+Blue) = 254+57+157=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE399D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE399D is #01C662. Grayscale: #7F7F7F. Windows color (decimal): -116323 or 10303998. OLE color: 10303998.

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

Color convert

RGB25457157-
CMYK00.780.380.00
HSL329.54º98.99%60.98%-
HSV(B)329.54º77.56%99.61%-
XYZ48.4226.4334.45-
YUV127.3144.77218.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.27%
GREEN value IS 57 (22.66% from 255) = 12.18%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=54.27%
G=12.18%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545715700.780.380.00329.5498.9960.98
HexFE399D04E26014a633d
Octal37671235011646051214375
Binary11111110111001100111010100111010011001010010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE399D; }

 p { color: rgb(254,57,157); }

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

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

 a { background-color: rgb(254,57,157); }

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

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

 span { border-color: rgb(254,57,157); }

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