Html Css Color HEX #F6A09D Rose Bud

📋 copy color: '#F6A09D'

red 246 ◦ green 160 ◦ blue 157

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

Shades of Rose Bud #F6A09D

Tints of Rose Bud #F6A09D

RGB

 RED value IS 246 (96.48% from 255) = 43.69%

 GREEN value IS 160 (62.89% from 255) = 28.42%

 BLUE value IS 157 (61.72% from 255) = 27.89%

R = 43.69%
G = 28.42%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F6A09D (or 0xF6A09D) is known color: Rose Bud. HEX triplet: F6, A0 and 9D. RGB value is (246,160,157). Sum of RGB (Red+Green+Blue) = 246+160+157=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A09D is #095F62. Grayscale: #B9B9B9. Windows color (decimal): -614243 or 10330358. OLE color: 10330358.

HSL color Cylindrical-coordinate representation of color #F6A09D: hue angle of 2.02º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6A09D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 160 157 -
CMYK 0 0.35 0.36 0.04
HSL 2.02º 0.83% 0.79% -
HSV(B) 2.02º 0.36% 0.96% -
XYZ 56.66 47.17 38.02 -
YUV 185.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 246 160 157 0 0.35 0.36 0.04 2.02 0.83 0.79
Hex F6 A0 9D 0 23 24 4 2 53 4F
Octal 366 240 235 0 43 44 4 2 123 117
Binary 11110110 10100000 10011101 0 100011 100100 100 10 1010011 1001111

Color Harmonies of #F6A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A09D

Black with #F6A09D

Text Example


Text Example

White with #F6A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A09D; }

 p { color: rgb(246,160,157); }

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

background-color css

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

 a { background-color: rgb(246,160,157); }

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

border-color css

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

 span { border-color: rgb(246,160,157); }

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