#FE2D86

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

Shades of Wild Strawberry #FE2D86

Tints of Wild Strawberry #FE2D86

Color information

#FE2D86 (or 0xFE2D86) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2D and 86. RGB value is (254,45,134). Sum of RGB (Red+Green+Blue) = 254+45+134=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D86 is #01D279. Grayscale: #757575. Windows color (decimal): -119418 or 8793598. OLE color: 8793598.

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

Color convert

RGB25445134-
CMYK00.820.470.00
HSL334.45º99.05%58.63%-
HSV(B)334.45º82.28%99.61%-
XYZ46.1124.6724.89-
YUV117.64137.24225.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.66%
GREEN value IS 45 (17.97% from 255) = 10.39%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=58.66%
G=10.39%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544513400.820.470.00334.4599.0558.63
HexFE2D860522F014e633b
Octal37655206012257051614373
Binary11111110101101100001100101001010111101010011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D86; }

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

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

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

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

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

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

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

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