Html Css Color HEX #FC3C71 Radical Red

📋 copy color: '#FC3C71'

red 252 ◦ green 60 ◦ blue 113

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

Shades of Radical Red #FC3C71

Tints of Radical Red #FC3C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.12%

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

R = 59.29%
G = 14.12%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC3C71 (or 0xFC3C71) is known color: Radical Red. HEX triplet: FC, 3C and 71. RGB value is (252,60,113). Sum of RGB (Red+Green+Blue) = 252+60+113=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C71 is #03C38E. Grayscale: #7B7B7B. Windows color (decimal): -246671 or 7421180. OLE color: 7421180.

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

Color convert

RGB 252 60 113 -
CMYK 0 0.76 0.55 0.01
HSL 343.44º 0.97% 0.61% -
HSV(B) 343.44º 0.76% 0.99% -
XYZ 44.74 25.12 18.11 -
YUV 123.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 252 60 113 0 0.76 0.55 0.01 343.44 0.97 0.61
Hex FC 3C 71 0 4C 37 1 157 61 3D
Octal 374 74 161 0 114 67 1 527 141 75
Binary 11111100 111100 1110001 0 1001100 110111 1 101010111 1100001 111101

Color Harmonies of #FC3C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C71

Black with #FC3C71

Text Example


Text Example

White with #FC3C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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