Html Css Color HEX #FC2980 Wild Strawberry

📋 copy color: '#FC2980'

red 252 ◦ green 41 ◦ blue 128

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

Shades of Wild Strawberry #FC2980

Tints of Wild Strawberry #FC2980

RGB

 RED value IS 252 (98.83% from 255) = 59.86%

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

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

R = 59.86%
G = 9.74%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC2980 (or 0xFC2980) is known color: Wild Strawberry. HEX triplet: FC, 29 and 80. RGB value is (252,41,128). Sum of RGB (Red+Green+Blue) = 252+41+128=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2980 is #03D67F. Grayscale: #717171. Windows color (decimal): -251520 or 8399356. OLE color: 8399356.

HSL color Cylindrical-coordinate representation of color #FC2980: hue angle of 335.26º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2980 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 41 128 -
CMYK 0 0.84 0.49 0.01
HSL 335.26º 0.97% 0.57% -
HSV(B) 335.26º 0.84% 0.99% -
XYZ 44.83 23.84 22.66 -
YUV 114.01 135.9 226.43 -
System Red Green Blue C M Y K H S L
Decimal 252 41 128 0 0.84 0.49 0.01 335.26 0.97 0.57
Hex FC 29 80 0 54 31 1 14F 61 39
Octal 374 51 200 0 124 61 1 517 141 71
Binary 11111100 101001 10000000 0 1010100 110001 1 101001111 1100001 111001

Color Harmonies of #FC2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2980

Black with #FC2980

Text Example


Text Example

White with #FC2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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