Html Css Color HEX #FF495B Radical Red

📋 copy color: '#FF495B'

red 255 ◦ green 73 ◦ blue 91

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

Shades of Radical Red #FF495B

Tints of Radical Red #FF495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 60.86%
G = 17.42%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF495B (or 0xFF495B) is known color: Radical Red. HEX triplet: FF, 49 and 5B. RGB value is (255,73,91). Sum of RGB (Red+Green+Blue) = 255+73+91=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF495B is #00B6A4. Grayscale: #818181. Windows color (decimal): -46757 or 5982719. OLE color: 5982719.

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

Color convert

RGB 255 73 91 -
CMYK 0 0.71 0.64 0
HSL 354.07º 1% 0.64% -
HSV(B) 354.07º 0.71% 1% -
XYZ 45.51 26.78 12.67 -
YUV 129.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 255 73 91 0 0.71 0.64 0 354.07 1 0.64
Hex FF 49 5B 0 47 40 0 162 64 40
Octal 377 111 133 0 107 100 0 542 144 100
Binary 11111111 1001001 1011011 0 1000111 1000000 0 101100010 1100100 1000000

Color Harmonies of #FF495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF495B

Black with #FF495B

Text Example


Text Example

White with #FF495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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