Html Css Color HEX #FC2073 Radical Red

📋 copy color: '#FC2073'

red 252 ◦ green 32 ◦ blue 115

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

Shades of Radical Red #FC2073

Tints of Radical Red #FC2073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.02%

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

R = 63.16%
G = 8.02%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC2073 (or 0xFC2073) is known color: Radical Red. HEX triplet: FC, 20 and 73. RGB value is (252,32,115). Sum of RGB (Red+Green+Blue) = 252+32+115=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2073 is #03DF8C. Grayscale: #6B6B6B. Windows color (decimal): -253837 or 7545084. OLE color: 7545084.

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

Color convert

RGB 252 32 115 -
CMYK 0 0.87 0.54 0.01
HSL 337.36º 0.97% 0.56% -
HSV(B) 337.36º 0.87% 0.99% -
XYZ 43.76 22.97 18.35 -
YUV 107.24 132.39 231.25 -
System Red Green Blue C M Y K H S L
Decimal 252 32 115 0 0.87 0.54 0.01 337.36 0.97 0.56
Hex FC 20 73 0 57 36 1 151 61 38
Octal 374 40 163 0 127 66 1 521 141 70
Binary 11111100 100000 1110011 0 1010111 110110 1 101010001 1100001 111000

Color Harmonies of #FC2073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2073

Black with #FC2073

Text Example


Text Example

White with #FC2073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2073; }

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

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

background-color css

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

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

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

border-color css

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

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

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