Html Css Color HEX #FC2071 Radical Red

📋 copy color: '#FC2071'

red 252 ◦ green 32 ◦ blue 113

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

Shades of Radical Red #FC2071

Tints of Radical Red #FC2071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 63.48%
G = 8.06%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC2071 (or 0xFC2071) is known color: Radical Red. HEX triplet: FC, 20 and 71. RGB value is (252,32,113). Sum of RGB (Red+Green+Blue) = 252+32+113=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2071 is #03DF8E. Grayscale: #6A6A6A. Windows color (decimal): -253839 or 7414012. OLE color: 7414012.

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

Color convert

RGB 252 32 113 -
CMYK 0 0.87 0.55 0.01
HSL 337.91º 0.97% 0.56% -
HSV(B) 337.91º 0.87% 0.99% -
XYZ 43.64 22.92 17.75 -
YUV 107.01 131.39 231.41 -
System Red Green Blue C M Y K H S L
Decimal 252 32 113 0 0.87 0.55 0.01 337.91 0.97 0.56
Hex FC 20 71 0 57 37 1 152 61 38
Octal 374 40 161 0 127 67 1 522 141 70
Binary 11111100 100000 1110001 0 1010111 110111 1 101010010 1100001 111000

Color Harmonies of #FC2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2071

Black with #FC2071

Text Example


Text Example

White with #FC2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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