Html Css Color HEX #F0A39A Rose Bud

📋 copy color: '#F0A39A'

red 240 ◦ green 163 ◦ blue 154

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

Shades of Rose Bud #F0A39A

Tints of Rose Bud #F0A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.26%

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

R = 43.09%
G = 29.26%
B = 27.65%

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

#F0A39A (or 0xF0A39A) is known color: Rose Bud. HEX triplet: F0, A3 and 9A. RGB value is (240,163,154). Sum of RGB (Red+Green+Blue) = 240+163+154=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A39A is #0F5C65. Grayscale: #B9B9B9. Windows color (decimal): -1006694 or 10134512. OLE color: 10134512.

HSL color Cylindrical-coordinate representation of color #F0A39A: hue angle of 6.28º 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 #F0A39A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 163 154 -
CMYK 0 0.32 0.36 0.06
HSL 6.28º 0.74% 0.77% -
HSV(B) 6.28º 0.36% 0.94% -
XYZ 54.87 47.05 36.76 -
YUV 185 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 240 163 154 0 0.32 0.36 0.06 6.28 0.74 0.77
Hex F0 A3 9A 0 20 24 6 6 4A 4D
Octal 360 243 232 0 40 44 6 6 112 115
Binary 11110000 10100011 10011010 0 100000 100100 110 110 1001010 1001101

Color Harmonies of #F0A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A39A

Black with #F0A39A

Text Example


Text Example

White with #F0A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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