#F5A98F

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

Shades of Rose Bud #F5A98F

Tints of Rose Bud #F5A98F

Color information

#F5A98F (or 0xF5A98F) is unknown color: approx Rose Bud. HEX triplet: F5, A9 and 8F. RGB value is (245,169,143). Sum of RGB (Red+Green+Blue) = 245+169+143=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A98F is #0A5670. Grayscale: #BCBCBC. Windows color (decimal): -677489 or 9415157. OLE color: 9415157.

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

Color convert

RGB245169143-
CMYK00.310.420.04
HSL15.29º83.61%76.08%-
HSV(B)15.29º41.63%96.08%-
XYZ56.849.7732.6-
YUV188.76102.18168.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=43.99%
G=30.34%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516914300.310.420.0415.2983.6176.08
HexF5A98F01F2A4f544c
Octal36525121703752417124114
Binary111101011010100110001111011111101010100111110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A98F; }

 p { color: rgb(245,169,143); }

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

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

 a { background-color: rgb(245,169,143); }

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

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

 span { border-color: rgb(245,169,143); }

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