Html Css Color HEX #FC2973 Radical Red

📋 copy color: '#FC2973'

red 252 ◦ green 41 ◦ blue 115

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

Shades of Radical Red #FC2973

Tints of Radical Red #FC2973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 61.76%
G = 10.05%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2973 (or 0xFC2973) is known color: Radical Red. HEX triplet: FC, 29 and 73. RGB value is (252,41,115). Sum of RGB (Red+Green+Blue) = 252+41+115=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2973 is #03D68C. Grayscale: #707070. Windows color (decimal): -251533 or 7547388. OLE color: 7547388.

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

Color convert

RGB 252 41 115 -
CMYK 0 0.84 0.54 0.01
HSL 338.96º 0.97% 0.57% -
HSV(B) 338.96º 0.84% 0.99% -
XYZ 44.03 23.52 18.44 -
YUV 112.53 129.4 227.48 -
System Red Green Blue C M Y K H S L
Decimal 252 41 115 0 0.84 0.54 0.01 338.96 0.97 0.57
Hex FC 29 73 0 54 36 1 153 61 39
Octal 374 51 163 0 124 66 1 523 141 71
Binary 11111100 101001 1110011 0 1010100 110110 1 101010011 1100001 111001

Color Harmonies of #FC2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2973

Black with #FC2973

Text Example


Text Example

White with #FC2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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