Html Css Color HEX #FC2880 Wild Strawberry

📋 copy color: '#FC2880'

red 252 ◦ green 40 ◦ blue 128

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

Shades of Wild Strawberry #FC2880

Tints of Wild Strawberry #FC2880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.52%

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

R = 60%
G = 9.52%
B = 30.48%

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

#FC2880 (or 0xFC2880) is known color: Wild Strawberry. HEX triplet: FC, 28 and 80. RGB value is (252,40,128). Sum of RGB (Red+Green+Blue) = 252+40+128=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2880 is #03D77F. Grayscale: #717171. Windows color (decimal): -251776 or 8399100. OLE color: 8399100.

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

Color convert

RGB 252 40 128 -
CMYK 0 0.84 0.49 0.01
HSL 335.09º 0.97% 0.57% -
HSV(B) 335.09º 0.84% 0.99% -
XYZ 44.8 23.77 22.65 -
YUV 113.42 136.24 226.84 -
System Red Green Blue C M Y K H S L
Decimal 252 40 128 0 0.84 0.49 0.01 335.09 0.97 0.57
Hex FC 28 80 0 54 31 1 14F 61 39
Octal 374 50 200 0 124 61 1 517 141 71
Binary 11111100 101000 10000000 0 1010100 110001 1 101001111 1100001 111001

Color Harmonies of #FC2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2880

Black with #FC2880

Text Example


Text Example

White with #FC2880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2880; }

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

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

background-color css

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

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

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

border-color css

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

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

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