Html Css Color HEX #F7A293 Rose Bud

📋 copy color: '#F7A293'

red 247 ◦ green 162 ◦ blue 147

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

Shades of Rose Bud #F7A293

Tints of Rose Bud #F7A293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.14%

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

R = 44.42%
G = 29.14%
B = 26.44%

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

#F7A293 (or 0xF7A293) is known color: Rose Bud. HEX triplet: F7, A2 and 93. RGB value is (247,162,147). Sum of RGB (Red+Green+Blue) = 247+162+147=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A293 is #085D6C. Grayscale: #B9B9B9. Windows color (decimal): -548205 or 9675511. OLE color: 9675511.

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

Color convert

RGB 247 162 147 -
CMYK 0 0.34 0.40 0.03
HSL 0.86% 0.77% -
HSV(B) 0.4% 0.97% -
XYZ 56.54 47.72 33.83 -
YUV 185.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 247 162 147 0 0.34 0.40 0.03 9 0.86 0.77
Hex F7 A2 93 0 22 28 3 9 56 4D
Octal 367 242 223 0 42 50 3 11 126 115
Binary 11110111 10100010 10010011 0 100010 101000 11 1001 1010110 1001101

Color Harmonies of #F7A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A293

Black with #F7A293

Text Example


Text Example

White with #F7A293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A293; }

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

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

background-color css

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

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

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

border-color css

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

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

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