Html Css Color HEX #FC495E Radical Red

📋 copy color: '#FC495E'

red 252 ◦ green 73 ◦ blue 94

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

Shades of Radical Red #FC495E

Tints of Radical Red #FC495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 60.14%
G = 17.42%
B = 22.43%

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

#FC495E (or 0xFC495E) is known color: Radical Red. HEX triplet: FC, 49 and 5E. RGB value is (252,73,94). Sum of RGB (Red+Green+Blue) = 252+73+94=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC495E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC495E is #03B6A1. Grayscale: #818181. Windows color (decimal): -243362 or 6179324. OLE color: 6179324.

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

Color convert

RGB 252 73 94 -
CMYK 0 0.71 0.63 0.01
HSL 352.96º 0.97% 0.64% -
HSV(B) 352.96º 0.71% 0.99% -
XYZ 44.55 26.27 13.31 -
YUV 128.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 252 73 94 0 0.71 0.63 0.01 352.96 0.97 0.64
Hex FC 49 5E 0 47 3F 1 161 61 40
Octal 374 111 136 0 107 77 1 541 141 100
Binary 11111100 1001001 1011110 0 1000111 111111 1 101100001 1100001 1000000

Color Harmonies of #FC495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC495E

Black with #FC495E

Text Example


Text Example

White with #FC495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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