Html Css Color HEX #FA495D Radical Red

📋 copy color: '#FA495D'

red 250 ◦ green 73 ◦ blue 93

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

Shades of Radical Red #FA495D

Tints of Radical Red #FA495D

RGB

 RED value IS 250 (98.05% from 255) = 60.1%

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

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

R = 60.1%
G = 17.55%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA495D (or 0xFA495D) is known color: Radical Red. HEX triplet: FA, 49 and 5D. RGB value is (250,73,93). Sum of RGB (Red+Green+Blue) = 250+73+93=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA495D is #05B6A2. Grayscale: #808080. Windows color (decimal): -374435 or 6113786. OLE color: 6113786.

HSL color Cylindrical-coordinate representation of color #FA495D: hue angle of 353.22º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA495D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 73 93 -
CMYK 0 0.71 0.63 0.02
HSL 353.22º 0.95% 0.63% -
HSV(B) 353.22º 0.71% 0.98% -
XYZ 43.78 25.88 13.04 -
YUV 128.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 250 73 93 0 0.71 0.63 0.02 353.22 0.95 0.63
Hex FA 49 5D 0 47 3F 2 161 5F 3F
Octal 372 111 135 0 107 77 2 541 137 77
Binary 11111010 1001001 1011101 0 1000111 111111 10 101100001 1011111 111111

Color Harmonies of #FA495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA495D

Black with #FA495D

Text Example


Text Example

White with #FA495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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