Html Css Color HEX #F7A69A Rose Bud

📋 copy color: '#F7A69A'

red 247 ◦ green 166 ◦ blue 154

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

Shades of Rose Bud #F7A69A

Tints of Rose Bud #F7A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.28%

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

R = 43.56%
G = 29.28%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F7A69A (or 0xF7A69A) is known color: Rose Bud. HEX triplet: F7, A6 and 9A. RGB value is (247,166,154). Sum of RGB (Red+Green+Blue) = 247+166+154=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A69A is #085965. Grayscale: #BCBCBC. Windows color (decimal): -547174 or 10135287. OLE color: 10135287.

HSL color Cylindrical-coordinate representation of color #F7A69A: hue angle of 7.74º 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 #F7A69A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 166 154 -
CMYK 0 0.33 0.38 0.03
HSL 7.74º 0.85% 0.79% -
HSV(B) 7.74º 0.38% 0.97% -
XYZ 57.83 49.38 37.06 -
YUV 188.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 247 166 154 0 0.33 0.38 0.03 7.74 0.85 0.79
Hex F7 A6 9A 0 21 26 3 8 55 4F
Octal 367 246 232 0 41 46 3 10 125 117
Binary 11110111 10100110 10011010 0 100001 100110 11 1000 1010101 1001111

Color Harmonies of #F7A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A69A

Black with #F7A69A

Text Example


Text Example

White with #F7A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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