Html Css Color HEX #F7A298 Rose Bud

📋 copy color: '#F7A298'

red 247 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #F7A298

Tints of Rose Bud #F7A298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.09%

R = 44.03%
G = 28.88%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F7A298 (or 0xF7A298) is known color: Rose Bud. HEX triplet: F7, A2 and 98. RGB value is (247,162,152). Sum of RGB (Red+Green+Blue) = 247+162+152=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A298 is #085D67. Grayscale: #BABABA. Windows color (decimal): -548200 or 10003191. OLE color: 10003191.

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

Color convert

RGB 247 162 152 -
CMYK 0 0.34 0.38 0.03
HSL 6.32º 0.86% 0.78% -
HSV(B) 6.32º 0.38% 0.97% -
XYZ 56.95 47.88 35.95 -
YUV 186.28 108.66 171.31 -
System Red Green Blue C M Y K H S L
Decimal 247 162 152 0 0.34 0.38 0.03 6.32 0.86 0.78
Hex F7 A2 98 0 22 26 3 6 56 4E
Octal 367 242 230 0 42 46 3 6 126 116
Binary 11110111 10100010 10011000 0 100010 100110 11 110 1010110 1001110

Color Harmonies of #F7A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A298

Black with #F7A298

Text Example


Text Example

White with #F7A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A298; }

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

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

background-color css

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

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

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

border-color css

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

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

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