Html Css Color HEX #F1A597 Rose Bud

📋 copy color: '#F1A597'

red 241 ◦ green 165 ◦ blue 151

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

Shades of Rose Bud #F1A597

Tints of Rose Bud #F1A597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.62%

 BLUE value IS 151 (59.38% from 255) = 27.11%

R = 43.27%
G = 29.62%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1A597 (or 0xF1A597) is known color: Rose Bud. HEX triplet: F1, A5 and 97. RGB value is (241,165,151). Sum of RGB (Red+Green+Blue) = 241+165+151=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A597 is #0E5A68. Grayscale: #BABABA. Windows color (decimal): -940649 or 9938417. OLE color: 9938417.

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

Color convert

RGB 241 165 151 -
CMYK 0 0.32 0.37 0.05
HSL 9.33º 0.76% 0.77% -
HSV(B) 9.33º 0.37% 0.95% -
XYZ 55.32 47.85 35.6 -
YUV 186.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 241 165 151 0 0.32 0.37 0.05 9.33 0.76 0.77
Hex F1 A5 97 0 20 25 5 9 4C 4D
Octal 361 245 227 0 40 45 5 11 114 115
Binary 11110001 10100101 10010111 0 100000 100101 101 1001 1001100 1001101

Color Harmonies of #F1A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A597

Black with #F1A597

Text Example


Text Example

White with #F1A597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A597; }

 p { color: rgb(241,165,151); }

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

background-color css

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

 a { background-color: rgb(241,165,151); }

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

border-color css

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

 span { border-color: rgb(241,165,151); }

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