#F4A990

Color #F4A990 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F4A990

Tints of Rose Bud #F4A990

Color information

#F4A990 (or 0xF4A990) is unknown color: approx Rose Bud. HEX triplet: F4, A9 and 90. RGB value is (244,169,144). Sum of RGB (Red+Green+Blue) = 244+169+144=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A990 is #0B566F. Grayscale: #BCBCBC. Windows color (decimal): -743024 or 9480692. OLE color: 9480692.

HSL color Cylindrical-coordinate representation of color #F4A990: hue angle of 15º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4A990 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB244169144-
CMYK00.310.410.04
HSL15º81.97%76.08%-
HSV(B)15º40.98%95.69%-
XYZ56.5349.6232.98-
YUV188.58102.85167.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.81%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=43.81%
G=30.34%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416914400.310.410.041581.9776.08
HexF4A99001F294f524c
Octal36425122003751417122114
Binary111101001010100110010000011111101001100111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A990; }

 p { color: rgb(244,169,144); }

 H1.HeaderClassName
 {
   color: #F4A990;
 }
 .AnyTagClassName
 {
   color: #F4A990;
 }
</style>
background-color css

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

 a { background-color: rgb(244,169,144); }

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

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

 span { border-color: rgb(244,169,144); }

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