#FE2782

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

Shades of Wild Strawberry #FE2782

Tints of Wild Strawberry #FE2782

Color information

#FE2782 (or 0xFE2782) is unknown color: approx Wild Strawberry. HEX triplet: FE, 27 and 82. RGB value is (254,39,130). Sum of RGB (Red+Green+Blue) = 254+39+130=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2782 is #01D87D. Grayscale: #717171. Windows color (decimal): -120958 or 8529918. OLE color: 8529918.

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

Color convert

RGB25439130-
CMYK00.850.490.00
HSL334.6º99.08%57.45%-
HSV(B)334.6º84.65%99.61%-
XYZ45.6324.1323.37-
YUV113.66137.23228.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.05%
GREEN value IS 39 (15.62% from 255) = 9.22%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=60.05%
G=9.22%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543913000.850.490.00334.699.0857.45
HexFE278205531014f6339
Octal37647202012561051714371
Binary11111110100111100000100101010111000101010011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2782; }

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

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

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

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

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

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

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

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