Html Css Color HEX #FE2988 Wild Strawberry

📋 copy color: '#FE2988'

red 254 ◦ green 41 ◦ blue 136

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

Shades of Wild Strawberry #FE2988

Tints of Wild Strawberry #FE2988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.55%

R = 58.93%
G = 9.51%
B = 31.55%

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

#FE2988 (or 0xFE2988) is known color: Wild Strawberry. HEX triplet: FE, 29 and 88. RGB value is (254,41,136). Sum of RGB (Red+Green+Blue) = 254+41+136=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2988 is #01D677. Grayscale: #737373. Windows color (decimal): -120440 or 8923646. OLE color: 8923646.

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

Color convert

RGB 254 41 136 -
CMYK 0 0.84 0.46 0.00
HSL 333.24º 0.99% 0.58% -
HSV(B) 333.24º 0.84% 1% -
XYZ 46.11 24.43 25.58 -
YUV 115.52 139.57 226.78 -
System Red Green Blue C M Y K H S L
Decimal 254 41 136 0 0.84 0.46 0.00 333.24 0.99 0.58
Hex FE 29 88 0 54 2E 0 14D 63 3A
Octal 376 51 210 0 124 56 0 515 143 72
Binary 11111110 101001 10001000 0 1010100 101110 0 101001101 1100011 111010

Color Harmonies of #FE2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2988

Black with #FE2988

Text Example


Text Example

White with #FE2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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