Html Css Color HEX #F5A79F Rose Bud

📋 copy color: '#F5A79F'

red 245 ◦ green 167 ◦ blue 159

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

Shades of Rose Bud #F5A79F

Tints of Rose Bud #F5A79F

RGB

 RED value IS 245 (96.09% from 255) = 42.91%

 GREEN value IS 167 (65.63% from 255) = 29.25%

 BLUE value IS 159 (62.5% from 255) = 27.85%

R = 42.91%
G = 29.25%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5A79F (or 0xF5A79F) is known color: Rose Bud. HEX triplet: F5, A7 and 9F. RGB value is (245,167,159). Sum of RGB (Red+Green+Blue) = 245+167+159=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A79F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A79F is #0A5860. Grayscale: #BDBDBD. Windows color (decimal): -677985 or 10463221. OLE color: 10463221.

HSL color Cylindrical-coordinate representation of color #F5A79F: hue angle of 5.58º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A79F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 159 -
CMYK 0 0.32 0.35 0.04
HSL 5.58º 0.81% 0.79% -
HSV(B) 5.58º 0.35% 0.96% -
XYZ 57.73 49.55 39.32 -
YUV 189.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 245 167 159 0 0.32 0.35 0.04 5.58 0.81 0.79
Hex F5 A7 9F 0 20 23 4 6 51 4F
Octal 365 247 237 0 40 43 4 6 121 117
Binary 11110101 10100111 10011111 0 100000 100011 100 110 1010001 1001111

Color Harmonies of #F5A79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A79F

Black with #F5A79F

Text Example


Text Example

White with #F5A79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A79F; }

 p { color: rgb(245,167,159); }

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

background-color css

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

 a { background-color: rgb(245,167,159); }

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

border-color css

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

 span { border-color: rgb(245,167,159); }

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