Html Css Color HEX #FC2971 Radical Red

📋 copy color: '#FC2971'

red 252 ◦ green 41 ◦ blue 113

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

Shades of Radical Red #FC2971

Tints of Radical Red #FC2971

RGB

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

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

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

R = 62.07%
G = 10.1%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC2971 (or 0xFC2971) is known color: Radical Red. HEX triplet: FC, 29 and 71. RGB value is (252,41,113). Sum of RGB (Red+Green+Blue) = 252+41+113=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2971 is #03D68E. Grayscale: #707070. Windows color (decimal): -251535 or 7416316. OLE color: 7416316.

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

Color convert

RGB 252 41 113 -
CMYK 0 0.84 0.55 0.01
HSL 339.53º 0.97% 0.57% -
HSV(B) 339.53º 0.84% 0.99% -
XYZ 43.92 23.47 17.84 -
YUV 112.3 128.4 227.65 -
System Red Green Blue C M Y K H S L
Decimal 252 41 113 0 0.84 0.55 0.01 339.53 0.97 0.57
Hex FC 29 71 0 54 37 1 154 61 39
Octal 374 51 161 0 124 67 1 524 141 71
Binary 11111100 101001 1110001 0 1010100 110111 1 101010100 1100001 111001

Color Harmonies of #FC2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2971

Black with #FC2971

Text Example


Text Example

White with #FC2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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