Html Css Color HEX #F1A79E Rose Bud

📋 copy color: '#F1A79E'

red 241 ◦ green 167 ◦ blue 158

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

Shades of Rose Bud #F1A79E

Tints of Rose Bud #F1A79E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.51%

 BLUE value IS 158 (62.11% from 255) = 27.92%

R = 42.58%
G = 29.51%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1A79E (or 0xF1A79E) is known color: Rose Bud. HEX triplet: F1, A7 and 9E. RGB value is (241,167,158). Sum of RGB (Red+Green+Blue) = 241+167+158=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A79E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A79E is #0E5861. Grayscale: #BCBCBC. Windows color (decimal): -940130 or 10397681. OLE color: 10397681.

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

Color convert

RGB 241 167 158 -
CMYK 0 0.31 0.34 0.05
HSL 6.51º 0.75% 0.78% -
HSV(B) 6.51º 0.34% 0.95% -
XYZ 56.27 48.81 38.8 -
YUV 188.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 241 167 158 0 0.31 0.34 0.05 6.51 0.75 0.78
Hex F1 A7 9E 0 1F 22 5 7 4B 4E
Octal 361 247 236 0 37 42 5 7 113 116
Binary 11110001 10100111 10011110 0 11111 100010 101 111 1001011 1001110

Color Harmonies of #F1A79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A79E

Black with #F1A79E

Text Example


Text Example

White with #F1A79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A79E; }

 p { color: rgb(241,167,158); }

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

background-color css

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

 a { background-color: rgb(241,167,158); }

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

border-color css

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

 span { border-color: rgb(241,167,158); }

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