Html Css Color HEX #F1A6A4 Sundown

📋 copy color: '#F1A6A4'

red 241 ◦ green 166 ◦ blue 164

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

Shades of Sundown #F1A6A4

Tints of Sundown #F1A6A4

RGB

 RED value IS 241 (94.53% from 255) = 42.21%

 GREEN value IS 166 (65.23% from 255) = 29.07%

 BLUE value IS 164 (64.45% from 255) = 28.72%

R = 42.21%
G = 29.07%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1A6A4 (or 0xF1A6A4) is known color: Sundown. HEX triplet: F1, A6 and A4. RGB value is (241,166,164). Sum of RGB (Red+Green+Blue) = 241+166+164=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A6A4 is #0E595B. Grayscale: #BCBCBC. Windows color (decimal): -940380 or 10790641. OLE color: 10790641.

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

Color convert

RGB 241 166 164 -
CMYK 0 0.31 0.32 0.05
HSL 1.56º 0.73% 0.79% -
HSV(B) 1.56º 0.32% 0.95% -
XYZ 56.61 48.65 41.53 -
YUV 188.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 241 166 164 0 0.31 0.32 0.05 1.56 0.73 0.79
Hex F1 A6 A4 0 1F 20 5 2 49 4F
Octal 361 246 244 0 37 40 5 2 111 117
Binary 11110001 10100110 10100100 0 11111 100000 101 10 1001001 1001111

Color Harmonies of #F1A6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6A4

Black with #F1A6A4

Text Example


Text Example

White with #F1A6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6A4; }

 p { color: rgb(241,166,164); }

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

background-color css

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

 a { background-color: rgb(241,166,164); }

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

border-color css

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

 span { border-color: rgb(241,166,164); }

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