Html Css Color HEX #F0A49A Rose Bud

📋 copy color: '#F0A49A'

red 240 ◦ green 164 ◦ blue 154

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

Shades of Rose Bud #F0A49A

Tints of Rose Bud #F0A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 43.01%
G = 29.39%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0A49A (or 0xF0A49A) is known color: Rose Bud. HEX triplet: F0, A4 and 9A. RGB value is (240,164,154). Sum of RGB (Red+Green+Blue) = 240+164+154=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A49A is #0F5B65. Grayscale: #B9B9B9. Windows color (decimal): -1006438 or 10134768. OLE color: 10134768.

HSL color Cylindrical-coordinate representation of color #F0A49A: hue angle of 6.98º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A49A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 154 -
CMYK 0 0.32 0.36 0.06
HSL 6.98º 0.74% 0.77% -
HSV(B) 6.98º 0.36% 0.94% -
XYZ 55.04 47.41 36.82 -
YUV 185.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 240 164 154 0 0.32 0.36 0.06 6.98 0.74 0.77
Hex F0 A4 9A 0 20 24 6 7 4A 4D
Octal 360 244 232 0 40 44 6 7 112 115
Binary 11110000 10100100 10011010 0 100000 100100 110 111 1001010 1001101

Color Harmonies of #F0A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A49A

Black with #F0A49A

Text Example


Text Example

White with #F0A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A49A; }

 p { color: rgb(240,164,154); }

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

background-color css

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

 a { background-color: rgb(240,164,154); }

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

border-color css

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

 span { border-color: rgb(240,164,154); }

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