Html Css Color HEX #FC495D Radical Red

📋 copy color: '#FC495D'

red 252 ◦ green 73 ◦ blue 93

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

Shades of Radical Red #FC495D

Tints of Radical Red #FC495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 60.29%
G = 17.46%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC495D (or 0xFC495D) is known color: Radical Red. HEX triplet: FC, 49 and 5D. RGB value is (252,73,93). Sum of RGB (Red+Green+Blue) = 252+73+93=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC495D is #03B6A2. Grayscale: #808080. Windows color (decimal): -243363 or 6113788. OLE color: 6113788.

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

Color convert

RGB 252 73 93 -
CMYK 0 0.71 0.63 0.01
HSL 353.3º 0.97% 0.64% -
HSV(B) 353.3º 0.71% 0.99% -
XYZ 44.5 26.25 13.08 -
YUV 128.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 252 73 93 0 0.71 0.63 0.01 353.3 0.97 0.64
Hex FC 49 5D 0 47 3F 1 161 61 40
Octal 374 111 135 0 107 77 1 541 141 100
Binary 11111100 1001001 1011101 0 1000111 111111 1 101100001 1100001 1000000

Color Harmonies of #FC495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC495D

Black with #FC495D

Text Example


Text Example

White with #FC495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC495D; }

 p { color: rgb(252,73,93); }

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

background-color css

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

 a { background-color: rgb(252,73,93); }

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

border-color css

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

 span { border-color: rgb(252,73,93); }

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