#FE2D96

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

Shades of Wild Strawberry #FE2D96

Tints of Wild Strawberry #FE2D96

Color information

#FE2D96 (or 0xFE2D96) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2D and 96. RGB value is (254,45,150). Sum of RGB (Red+Green+Blue) = 254+45+150=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D96 is #01D269. Grayscale: #777777. Windows color (decimal): -119402 or 9842174. OLE color: 9842174.

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

Color convert

RGB25445150-
CMYK00.820.410.00
HSL329.86º99.05%58.63%-
HSV(B)329.86º82.28%99.61%-
XYZ47.3225.1531.21-
YUV119.46145.24223.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 45 (17.97% from 255) = 10.02%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=56.57%
G=10.02%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544515000.820.410.00329.8699.0558.63
HexFE2D9605229014a633b
Octal37655226012251051214373
Binary11111110101101100101100101001010100101010010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D96; }

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

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

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

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

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

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

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

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