#FE2D82

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

Shades of Wild Strawberry #FE2D82

Tints of Wild Strawberry #FE2D82

Color information

#FE2D82 (or 0xFE2D82) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2D and 82. RGB value is (254,45,130). Sum of RGB (Red+Green+Blue) = 254+45+130=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D82 is #01D27D. Grayscale: #757575. Windows color (decimal): -119422 or 8531454. OLE color: 8531454.

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

Color convert

RGB25445130-
CMYK00.820.490.00
HSL335.6º99.05%58.63%-
HSV(B)335.6º82.28%99.61%-
XYZ45.8424.5623.44-
YUV117.18135.24225.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.21%
GREEN value IS 45 (17.97% from 255) = 10.49%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=59.21%
G=10.49%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544513000.820.490.00335.699.0558.63
HexFE2D82052310150633b
Octal37655202012261052014373
Binary11111110101101100000100101001011000101010100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D82; }

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

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

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

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

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

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

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

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