Html Css Color HEX #F6A393 Rose Bud

📋 copy color: '#F6A393'

red 246 ◦ green 163 ◦ blue 147

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

Shades of Rose Bud #F6A393

Tints of Rose Bud #F6A393

RGB

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

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

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

R = 44.24%
G = 29.32%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6A393 (or 0xF6A393) is known color: Rose Bud. HEX triplet: F6, A3 and 93. RGB value is (246,163,147). Sum of RGB (Red+Green+Blue) = 246+163+147=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A393 is #095C6C. Grayscale: #BABABA. Windows color (decimal): -613485 or 9675766. OLE color: 9675766.

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

Color convert

RGB 246 163 147 -
CMYK 0 0.34 0.40 0.04
HSL 9.7º 0.85% 0.77% -
HSV(B) 9.7º 0.4% 0.96% -
XYZ 56.37 47.89 33.88 -
YUV 185.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 246 163 147 0 0.34 0.40 0.04 9.7 0.85 0.77
Hex F6 A3 93 0 22 28 4 A 55 4D
Octal 366 243 223 0 42 50 4 12 125 115
Binary 11110110 10100011 10010011 0 100010 101000 100 1010 1010101 1001101

Color Harmonies of #F6A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A393

Black with #F6A393

Text Example


Text Example

White with #F6A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A393; }

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

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

background-color css

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

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

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

border-color css

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

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

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