#FE2B97

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

Shades of Wild Strawberry #FE2B97

Tints of Wild Strawberry #FE2B97

Color information

#FE2B97 (or 0xFE2B97) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2B and 97. RGB value is (254,43,151). Sum of RGB (Red+Green+Blue) = 254+43+151=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2B97 is #01D468. Grayscale: #767676. Windows color (decimal): -119913 or 9907198. OLE color: 9907198.

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

Color convert

RGB25443151-
CMYK00.830.410.00
HSL329.29º99.06%58.24%-
HSV(B)329.29º83.07%99.61%-
XYZ47.3225.0331.62-
YUV118.4146.4224.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 43 (17.19% from 255) = 9.60%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=56.70%
G=9.60%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544315100.830.410.00329.2999.0658.24
HexFE2B97053290149633a
Octal37653227012351051114372
Binary11111110101011100101110101001110100101010010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2B97; }

 p { color: rgb(254,43,151); }

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

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

 a { background-color: rgb(254,43,151); }

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

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

 span { border-color: rgb(254,43,151); }

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