Html Css Color HEX #FC475C Radical Red

📋 copy color: '#FC475C'

red 252 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #FC475C

Tints of Radical Red #FC475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 60.72%
G = 17.11%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC475C (or 0xFC475C) is known color: Radical Red. HEX triplet: FC, 47 and 5C. RGB value is (252,71,92). Sum of RGB (Red+Green+Blue) = 252+71+92=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC475C is #03B8A3. Grayscale: #7F7F7F. Windows color (decimal): -243876 or 6047740. OLE color: 6047740.

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

Color convert

RGB 252 71 92 -
CMYK 0 0.72 0.63 0.01
HSL 353.04º 0.97% 0.63% -
HSV(B) 353.04º 0.72% 0.99% -
XYZ 44.33 25.97 12.8 -
YUV 127.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 252 71 92 0 0.72 0.63 0.01 353.04 0.97 0.63
Hex FC 47 5C 0 48 3F 1 161 61 3F
Octal 374 107 134 0 110 77 1 541 141 77
Binary 11111100 1000111 1011100 0 1001000 111111 1 101100001 1100001 111111

Color Harmonies of #FC475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC475C

Black with #FC475C

Text Example


Text Example

White with #FC475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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