#FE2D80

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

Shades of Wild Strawberry #FE2D80

Tints of Wild Strawberry #FE2D80

Color information

#FE2D80 (or 0xFE2D80) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2D and 80. RGB value is (254,45,128). Sum of RGB (Red+Green+Blue) = 254+45+128=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D80 is #01D27F. Grayscale: #747474. Windows color (decimal): -119424 or 8400382. OLE color: 8400382.

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

Color convert

RGB25445128-
CMYK00.820.500.00
HSL336.17º99.05%58.63%-
HSV(B)336.17º82.28%99.61%-
XYZ45.7124.5122.74-
YUV116.95134.24225.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.48%
GREEN value IS 45 (17.97% from 255) = 10.54%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=59.48%
G=10.54%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544512800.820.500.00336.1799.0558.63
HexFE2D80052320150633b
Octal37655200012262052014373
Binary11111110101101100000000101001011001001010100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D80; }

 p { color: rgb(254,45,128); }

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

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

 a { background-color: rgb(254,45,128); }

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

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

 span { border-color: rgb(254,45,128); }

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