Html Css Color HEX #F7A393 Rose Bud

📋 copy color: '#F7A393'

red 247 ◦ green 163 ◦ blue 147

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

Shades of Rose Bud #F7A393

Tints of Rose Bud #F7A393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 44.34%
G = 29.26%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F7A393 (or 0xF7A393) is known color: Rose Bud. HEX triplet: F7, A3 and 93. RGB value is (247,163,147). Sum of RGB (Red+Green+Blue) = 247+163+147=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A393 is #085C6C. Grayscale: #BABABA. Windows color (decimal): -547949 or 9675767. OLE color: 9675767.

HSL color Cylindrical-coordinate representation of color #F7A393: hue angle of 9.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7A393 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 163 147 -
CMYK 0 0.34 0.40 0.03
HSL 9.6º 0.86% 0.77% -
HSV(B) 9.6º 0.4% 0.97% -
XYZ 56.72 48.08 33.89 -
YUV 186.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 247 163 147 0 0.34 0.40 0.03 9.6 0.86 0.77
Hex F7 A3 93 0 22 28 3 A 56 4D
Octal 367 243 223 0 42 50 3 12 126 115
Binary 11110111 10100011 10010011 0 100010 101000 11 1010 1010110 1001101

Color Harmonies of #F7A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A393

Black with #F7A393

Text Example


Text Example

White with #F7A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A393; }

 p { color: rgb(247,163,147); }

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

background-color css

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

 a { background-color: rgb(247,163,147); }

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

border-color css

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

 span { border-color: rgb(247,163,147); }

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