Html Css Color HEX #F5AFA5 Sundown

📋 copy color: '#F5AFA5'

red 245 ◦ green 175 ◦ blue 165

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

Shades of Sundown #F5AFA5

Tints of Sundown #F5AFA5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.91%

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 41.88%
G = 29.91%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F5AFA5 (or 0xF5AFA5) is known color: Sundown. HEX triplet: F5, AF and A5. RGB value is (245,175,165). Sum of RGB (Red+Green+Blue) = 245+175+165=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AFA5 is #0A505A. Grayscale: #C2C2C2. Windows color (decimal): -675931 or 10858485. OLE color: 10858485.

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

Color convert

RGB 245 175 165 -
CMYK 0 0.29 0.33 0.04
HSL 7.5º 0.8% 0.8% -
HSV(B) 7.5º 0.33% 0.96% -
XYZ 59.78 52.79 42.64 -
YUV 194.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 245 175 165 0 0.29 0.33 0.04 7.5 0.8 0.8
Hex F5 AF A5 0 1D 21 4 8 50 50
Octal 365 257 245 0 35 41 4 10 120 120
Binary 11110101 10101111 10100101 0 11101 100001 100 1000 1010000 1010000

Color Harmonies of #F5AFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFA5

Black with #F5AFA5

Text Example


Text Example

White with #F5AFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFA5; }

 p { color: rgb(245,175,165); }

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

background-color css

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

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

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

border-color css

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

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

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