Html Css Color HEX #F5A79E Rose Bud

📋 copy color: '#F5A79E'

red 245 ◦ green 167 ◦ blue 158

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

Shades of Rose Bud #F5A79E

Tints of Rose Bud #F5A79E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.72%

R = 42.98%
G = 29.3%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5A79E (or 0xF5A79E) is known color: Rose Bud. HEX triplet: F5, A7 and 9E. RGB value is (245,167,158). Sum of RGB (Red+Green+Blue) = 245+167+158=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A79E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A79E is #0A5861. Grayscale: #BDBDBD. Windows color (decimal): -677986 or 10397685. OLE color: 10397685.

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

Color convert

RGB 245 167 158 -
CMYK 0 0.32 0.36 0.04
HSL 6.21º 0.81% 0.79% -
HSV(B) 6.21º 0.36% 0.96% -
XYZ 57.65 49.52 38.87 -
YUV 189.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 245 167 158 0 0.32 0.36 0.04 6.21 0.81 0.79
Hex F5 A7 9E 0 20 24 4 6 51 4F
Octal 365 247 236 0 40 44 4 6 121 117
Binary 11110101 10100111 10011110 0 100000 100100 100 110 1010001 1001111

Color Harmonies of #F5A79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A79E

Black with #F5A79E

Text Example


Text Example

White with #F5A79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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