Html Css Color HEX #F7A09A Rose Bud

📋 copy color: '#F7A09A'

red 247 ◦ green 160 ◦ blue 154

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

Shades of Rose Bud #F7A09A

Tints of Rose Bud #F7A09A

RGB

 RED value IS 247 (96.88% from 255) = 44.03%

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

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

R = 44.03%
G = 28.52%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F7A09A (or 0xF7A09A) is known color: Rose Bud. HEX triplet: F7, A0 and 9A. RGB value is (247,160,154). Sum of RGB (Red+Green+Blue) = 247+160+154=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A09A is #085F65. Grayscale: #B9B9B9. Windows color (decimal): -548710 or 10133751. OLE color: 10133751.

HSL color Cylindrical-coordinate representation of color #F7A09A: hue angle of 3.87º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7A09A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 154 -
CMYK 0 0.35 0.38 0.03
HSL 3.87º 0.85% 0.79% -
HSV(B) 3.87º 0.38% 0.97% -
XYZ 56.76 47.25 36.7 -
YUV 185.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 247 160 154 0 0.35 0.38 0.03 3.87 0.85 0.79
Hex F7 A0 9A 0 23 26 3 4 55 4F
Octal 367 240 232 0 43 46 3 4 125 117
Binary 11110111 10100000 10011010 0 100011 100110 11 100 1010101 1001111

Color Harmonies of #F7A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A09A

Black with #F7A09A

Text Example


Text Example

White with #F7A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A09A; }

 p { color: rgb(247,160,154); }

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

background-color css

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

 a { background-color: rgb(247,160,154); }

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

border-color css

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

 span { border-color: rgb(247,160,154); }

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