Html Css Color HEX #F1A39A Rose Bud

📋 copy color: '#F1A39A'

red 241 ◦ green 163 ◦ blue 154

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

Shades of Rose Bud #F1A39A

Tints of Rose Bud #F1A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.21%

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

R = 43.19%
G = 29.21%
B = 27.6%

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

#F1A39A (or 0xF1A39A) is known color: Rose Bud. HEX triplet: F1, A3 and 9A. RGB value is (241,163,154). Sum of RGB (Red+Green+Blue) = 241+163+154=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A39A is #0E5C65. Grayscale: #B9B9B9. Windows color (decimal): -941158 or 10134513. OLE color: 10134513.

HSL color Cylindrical-coordinate representation of color #F1A39A: hue angle of 6.21º 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 #F1A39A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 154 -
CMYK 0 0.32 0.36 0.05
HSL 6.21º 0.76% 0.77% -
HSV(B) 6.21º 0.36% 0.95% -
XYZ 55.21 47.23 36.78 -
YUV 185.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 241 163 154 0 0.32 0.36 0.05 6.21 0.76 0.77
Hex F1 A3 9A 0 20 24 5 6 4C 4D
Octal 361 243 232 0 40 44 5 6 114 115
Binary 11110001 10100011 10011010 0 100000 100100 101 110 1001100 1001101

Color Harmonies of #F1A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A39A

Black with #F1A39A

Text Example


Text Example

White with #F1A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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