Html Css Color HEX #F5AAAA Sundown

📋 copy color: '#F5AAAA'

red 245 ◦ green 170 ◦ blue 170

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

Shades of Sundown #F5AAAA

Tints of Sundown #F5AAAA

RGB

 RED value IS 245 (96.09% from 255) = 41.88%

 GREEN value IS 170 (66.8% from 255) = 29.06%

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 41.88%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5AAAA (or 0xF5AAAA) is known color: Sundown. HEX triplet: F5, AA and AA. RGB value is (245,170,170). Sum of RGB (Red+Green+Blue) = 245+170+170=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AAAA is #0A5555. Grayscale: #C0C0C0. Windows color (decimal): -677206 or 11184885. OLE color: 11184885.

HSL color Cylindrical-coordinate representation of color #F5AAAA: hue angle of 0º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAAA is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 170 -
CMYK 0 0.31 0.31 0.04
HSL 0.79% 0.81% -
HSV(B) 0.31% 0.96% -
XYZ 59.29 51.06 44.76 -
YUV 192.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 245 170 170 0 0.31 0.31 0.04 0 0.79 0.81
Hex F5 AA AA 0 1F 1F 4 0 4F 51
Octal 365 252 252 0 37 37 4 0 117 121
Binary 11110101 10101010 10101010 0 11111 11111 100 0 1001111 1010001

Color Harmonies of #F5AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAAA

Black with #F5AAAA

Text Example


Text Example

White with #F5AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAAA; }

 p { color: rgb(245,170,170); }

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

background-color css

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

 a { background-color: rgb(245,170,170); }

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

border-color css

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

 span { border-color: rgb(245,170,170); }

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