Html Css Color HEX #FA494E Radical Red

📋 copy color: '#FA494E'

red 250 ◦ green 73 ◦ blue 78

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

Shades of Radical Red #FA494E

Tints of Radical Red #FA494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 62.34%
G = 18.2%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA494E (or 0xFA494E) is known color: Radical Red. HEX triplet: FA, 49 and 4E. RGB value is (250,73,78). Sum of RGB (Red+Green+Blue) = 250+73+78=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA494E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA494E is #05B6B1. Grayscale: #7E7E7E. Windows color (decimal): -374450 or 5130746. OLE color: 5130746.

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

Color convert

RGB 250 73 78 -
CMYK 0 0.71 0.69 0.02
HSL 358.31º 0.95% 0.63% -
HSV(B) 358.31º 0.71% 0.98% -
XYZ 43.18 25.64 9.88 -
YUV 126.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 250 73 78 0 0.71 0.69 0.02 358.31 0.95 0.63
Hex FA 49 4E 0 47 45 2 166 5F 3F
Octal 372 111 116 0 107 105 2 546 137 77
Binary 11111010 1001001 1001110 0 1000111 1000101 10 101100110 1011111 111111

Color Harmonies of #FA494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA494E

Black with #FA494E

Text Example


Text Example

White with #FA494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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