Html Css Color HEX #FC2979 Radical Red

📋 copy color: '#FC2979'

red 252 ◦ green 41 ◦ blue 121

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

Shades of Radical Red #FC2979

Tints of Radical Red #FC2979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 60.87%
G = 9.9%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC2979 (or 0xFC2979) is known color: Radical Red. HEX triplet: FC, 29 and 79. RGB value is (252,41,121). Sum of RGB (Red+Green+Blue) = 252+41+121=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2979 is #03D686. Grayscale: #717171. Windows color (decimal): -251527 or 7940604. OLE color: 7940604.

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

Color convert

RGB 252 41 121 -
CMYK 0 0.84 0.52 0.01
HSL 337.25º 0.97% 0.57% -
HSV(B) 337.25º 0.84% 0.99% -
XYZ 44.39 23.66 20.32 -
YUV 113.21 132.4 227 -
System Red Green Blue C M Y K H S L
Decimal 252 41 121 0 0.84 0.52 0.01 337.25 0.97 0.57
Hex FC 29 79 0 54 34 1 151 61 39
Octal 374 51 171 0 124 64 1 521 141 71
Binary 11111100 101001 1111001 0 1010100 110100 1 101010001 1100001 111001

Color Harmonies of #FC2979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2979

Black with #FC2979

Text Example


Text Example

White with #FC2979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2979; }

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

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

background-color css

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

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

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

border-color css

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

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

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