Html Css Color HEX #FE2980 Wild Strawberry

📋 copy color: '#FE2980'

red 254 ◦ green 41 ◦ blue 128

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

Shades of Wild Strawberry #FE2980

Tints of Wild Strawberry #FE2980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 60.05%
G = 9.69%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE2980 (or 0xFE2980) is known color: Wild Strawberry. HEX triplet: FE, 29 and 80. RGB value is (254,41,128). Sum of RGB (Red+Green+Blue) = 254+41+128=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2980 is #01D67F. Grayscale: #727272. Windows color (decimal): -120448 or 8399358. OLE color: 8399358.

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

Color convert

RGB 254 41 128 -
CMYK 0 0.84 0.50 0.00
HSL 335.49º 0.99% 0.58% -
HSV(B) 335.49º 0.84% 1% -
XYZ 45.56 24.22 22.69 -
YUV 114.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 254 41 128 0 0.84 0.50 0.00 335.49 0.99 0.58
Hex FE 29 80 0 54 32 0 14F 63 3A
Octal 376 51 200 0 124 62 0 517 143 72
Binary 11111110 101001 10000000 0 1010100 110010 0 101001111 1100011 111010

Color Harmonies of #FE2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2980

Black with #FE2980

Text Example


Text Example

White with #FE2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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