Html Css Color HEX #F0A79D Rose Bud

📋 copy color: '#F0A79D'

red 240 ◦ green 167 ◦ blue 157

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

Shades of Rose Bud #F0A79D

Tints of Rose Bud #F0A79D

RGB

 RED value IS 240 (94.14% from 255) = 42.55%

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

 BLUE value IS 157 (61.72% from 255) = 27.84%

R = 42.55%
G = 29.61%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0A79D (or 0xF0A79D) is known color: Rose Bud. HEX triplet: F0, A7 and 9D. RGB value is (240,167,157). Sum of RGB (Red+Green+Blue) = 240+167+157=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A79D is #0F5862. Grayscale: #BBBBBB. Windows color (decimal): -1005667 or 10332144. OLE color: 10332144.

HSL color Cylindrical-coordinate representation of color #F0A79D: hue angle of 7.23º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A79D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 167 157 -
CMYK 0 0.30 0.35 0.06
HSL 7.23º 0.73% 0.78% -
HSV(B) 7.23º 0.35% 0.94% -
XYZ 55.84 48.6 38.34 -
YUV 187.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 240 167 157 0 0.30 0.35 0.06 7.23 0.73 0.78
Hex F0 A7 9D 0 1E 23 6 7 49 4E
Octal 360 247 235 0 36 43 6 7 111 116
Binary 11110000 10100111 10011101 0 11110 100011 110 111 1001001 1001110

Color Harmonies of #F0A79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A79D

Black with #F0A79D

Text Example


Text Example

White with #F0A79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A79D; }

 p { color: rgb(240,167,157); }

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

background-color css

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

 a { background-color: rgb(240,167,157); }

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

border-color css

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

 span { border-color: rgb(240,167,157); }

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