Html Css Color HEX #FC474D Radical Red

📋 copy color: '#FC474D'

red 252 ◦ green 71 ◦ blue 77

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

Shades of Radical Red #FC474D

Tints of Radical Red #FC474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.75%

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 63%
G = 17.75%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC474D (or 0xFC474D) is known color: Radical Red. HEX triplet: FC, 47 and 4D. RGB value is (252,71,77). Sum of RGB (Red+Green+Blue) = 252+71+77=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC474D is #03B8B2. Grayscale: #7D7D7D. Windows color (decimal): -243891 or 5064700. OLE color: 5064700.

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

Color convert

RGB 252 71 77 -
CMYK 0 0.72 0.69 0.01
HSL 358.01º 0.97% 0.63% -
HSV(B) 358.01º 0.72% 0.99% -
XYZ 43.74 25.74 9.68 -
YUV 125.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 252 71 77 0 0.72 0.69 0.01 358.01 0.97 0.63
Hex FC 47 4D 0 48 45 1 166 61 3F
Octal 374 107 115 0 110 105 1 546 141 77
Binary 11111100 1000111 1001101 0 1001000 1000101 1 101100110 1100001 111111

Color Harmonies of #FC474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC474D

Black with #FC474D

Text Example


Text Example

White with #FC474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC474D; }

 p { color: rgb(252,71,77); }

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

background-color css

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

 a { background-color: rgb(252,71,77); }

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

border-color css

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

 span { border-color: rgb(252,71,77); }

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