Html Css Color HEX #FF494E Radical Red

📋 copy color: '#FF494E'

red 255 ◦ green 73 ◦ blue 78

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

Shades of Radical Red #FF494E

Tints of Radical Red #FF494E

RGB

 RED value IS 255 (100% from 255) = 62.81%

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

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

R = 62.81%
G = 17.98%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF494E (or 0xFF494E) is known color: Radical Red. HEX triplet: FF, 49 and 4E. RGB value is (255,73,78). Sum of RGB (Red+Green+Blue) = 255+73+78=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF494E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF494E is #00B6B1. Grayscale: #808080. Windows color (decimal): -46770 or 5130751. OLE color: 5130751.

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

Color convert

RGB 255 73 78 -
CMYK 0 0.71 0.69 0
HSL 358.35º 1% 0.64% -
HSV(B) 358.35º 0.71% 1% -
XYZ 45 26.58 9.97 -
YUV 127.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 255 73 78 0 0.71 0.69 0 358.35 1 0.64
Hex FF 49 4E 0 47 45 0 166 64 40
Octal 377 111 116 0 107 105 0 546 144 100
Binary 11111111 1001001 1001110 0 1000111 1000101 0 101100110 1100100 1000000

Color Harmonies of #FF494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF494E

Black with #FF494E

Text Example


Text Example

White with #FF494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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