Html Css Color HEX #F1A59A Rose Bud

📋 copy color: '#F1A59A'

red 241 ◦ green 165 ◦ blue 154

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

Shades of Rose Bud #F1A59A

Tints of Rose Bud #F1A59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 43.04%
G = 29.46%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1A59A (or 0xF1A59A) is known color: Rose Bud. HEX triplet: F1, A5 and 9A. RGB value is (241,165,154). Sum of RGB (Red+Green+Blue) = 241+165+154=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A59A is #0E5A65. Grayscale: #BABABA. Windows color (decimal): -940646 or 10135025. OLE color: 10135025.

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

Color convert

RGB 241 165 154 -
CMYK 0 0.32 0.36 0.05
HSL 7.59º 0.76% 0.77% -
HSV(B) 7.59º 0.36% 0.95% -
XYZ 55.56 47.94 36.9 -
YUV 186.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 241 165 154 0 0.32 0.36 0.05 7.59 0.76 0.77
Hex F1 A5 9A 0 20 24 5 8 4C 4D
Octal 361 245 232 0 40 44 5 10 114 115
Binary 11110001 10100101 10011010 0 100000 100100 101 1000 1001100 1001101

Color Harmonies of #F1A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A59A

Black with #F1A59A

Text Example


Text Example

White with #F1A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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