Html Css Color HEX #FE2989 Wild Strawberry

📋 copy color: '#FE2989'

red 254 ◦ green 41 ◦ blue 137

#FE2989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FE2989

Tints of Wild Strawberry #FE2989

RGB

 RED value IS 254 (99.61% from 255) = 58.8%

 GREEN value IS 41 (16.41% from 255) = 9.49%

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 58.8%
G = 9.49%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE2989 (or 0xFE2989) is known color: Wild Strawberry. HEX triplet: FE, 29 and 89. RGB value is (254,41,137). Sum of RGB (Red+Green+Blue) = 254+41+137=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2989 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2989 is #01D676. Grayscale: #737373. Windows color (decimal): -120439 or 8989182. OLE color: 8989182.

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

Color convert

RGB 254 41 137 -
CMYK 0 0.84 0.46 0.00
HSL 332.96º 0.99% 0.58% -
HSV(B) 332.96º 0.84% 1% -
XYZ 46.18 24.46 25.95 -
YUV 115.63 140.07 226.69 -
System Red Green Blue C M Y K H S L
Decimal 254 41 137 0 0.84 0.46 0.00 332.96 0.99 0.58
Hex FE 29 89 0 54 2E 0 14D 63 3A
Octal 376 51 211 0 124 56 0 515 143 72
Binary 11111110 101001 10001001 0 1010100 101110 0 101001101 1100011 111010

Color Harmonies of #FE2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2989

Black with #FE2989

Text Example


Text Example

White with #FE2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2989; }

 p { color: rgb(254,41,137); }

 H1.HeaderClassName
 {
   color: #FE2989;
 }
 .AnyTagClassName
 {
   color: #FE2989;
 }
</style>

background-color css

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

 a { background-color: rgb(254,41,137); }

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

border-color css

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

 span { border-color: rgb(254,41,137); }

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