Html Css Color HEX #F0A198 Rose Bud

📋 copy color: '#F0A198'

red 240 ◦ green 161 ◦ blue 152

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

Shades of Rose Bud #F0A198

Tints of Rose Bud #F0A198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.11%

 BLUE value IS 152 (59.77% from 255) = 27.49%

R = 43.4%
G = 29.11%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0A198 (or 0xF0A198) is known color: Rose Bud. HEX triplet: F0, A1 and 98. RGB value is (240,161,152). Sum of RGB (Red+Green+Blue) = 240+161+152=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A198 is #0F5E67. Grayscale: #B7B7B7. Windows color (decimal): -1007208 or 10002928. OLE color: 10002928.

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

Color convert

RGB 240 161 152 -
CMYK 0 0.33 0.37 0.06
HSL 6.14º 0.75% 0.77% -
HSV(B) 6.14º 0.37% 0.94% -
XYZ 54.35 46.28 35.77 -
YUV 183.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 240 161 152 0 0.33 0.37 0.06 6.14 0.75 0.77
Hex F0 A1 98 0 21 25 6 6 4B 4D
Octal 360 241 230 0 41 45 6 6 113 115
Binary 11110000 10100001 10011000 0 100001 100101 110 110 1001011 1001101

Color Harmonies of #F0A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A198

Black with #F0A198

Text Example


Text Example

White with #F0A198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A198; }

 p { color: rgb(240,161,152); }

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

background-color css

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

 a { background-color: rgb(240,161,152); }

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

border-color css

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

 span { border-color: rgb(240,161,152); }

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