Html Css Color HEX #FF495A Radical Red

📋 copy color: '#FF495A'

red 255 ◦ green 73 ◦ blue 90

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

Shades of Radical Red #FF495A

Tints of Radical Red #FF495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 61%
G = 17.46%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF495A (or 0xFF495A) is known color: Radical Red. HEX triplet: FF, 49 and 5A. RGB value is (255,73,90). Sum of RGB (Red+Green+Blue) = 255+73+90=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF495A is #00B6A5. Grayscale: #818181. Windows color (decimal): -46758 or 5917183. OLE color: 5917183.

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

Color convert

RGB 255 73 90 -
CMYK 0 0.71 0.65 0
HSL 354.4º 1% 0.64% -
HSV(B) 354.4º 0.71% 1% -
XYZ 45.47 26.76 12.44 -
YUV 129.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 255 73 90 0 0.71 0.65 0 354.4 1 0.64
Hex FF 49 5A 0 47 41 0 162 64 40
Octal 377 111 132 0 107 101 0 542 144 100
Binary 11111111 1001001 1011010 0 1000111 1000001 0 101100010 1100100 1000000

Color Harmonies of #FF495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF495A

Black with #FF495A

Text Example


Text Example

White with #FF495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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