Html Css Color HEX #FF2980 Wild Strawberry

📋 copy color: '#FF2980'

red 255 ◦ green 41 ◦ blue 128

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

Shades of Wild Strawberry #FF2980

Tints of Wild Strawberry #FF2980

RGB

 RED value IS 255 (100% from 255) = 60.14%

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

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

R = 60.14%
G = 9.67%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF2980 (or 0xFF2980) is known color: Wild Strawberry. HEX triplet: FF, 29 and 80. RGB value is (255,41,128). Sum of RGB (Red+Green+Blue) = 255+41+128=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2980 is #00D67F. Grayscale: #727272. Windows color (decimal): -54912 or 8399359. OLE color: 8399359.

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

Color convert

RGB 255 41 128 -
CMYK 0 0.84 0.50 0
HSL 335.61º 1% 0.58% -
HSV(B) 335.61º 0.84% 1% -
XYZ 45.93 24.4 22.71 -
YUV 114.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 255 41 128 0 0.84 0.50 0 335.61 1 0.58
Hex FF 29 80 0 54 32 0 150 64 3A
Octal 377 51 200 0 124 62 0 520 144 72
Binary 11111111 101001 10000000 0 1010100 110010 0 101010000 1100100 111010

Color Harmonies of #FF2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2980

Black with #FF2980

Text Example


Text Example

White with #FF2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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