#F5A78E

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

Shades of Rose Bud #F5A78E

Tints of Rose Bud #F5A78E

Color information

#F5A78E (or 0xF5A78E) is unknown color: approx Rose Bud. HEX triplet: F5, A7 and 8E. RGB value is (245,167,142). Sum of RGB (Red+Green+Blue) = 245+167+142=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A78E is #0A5871. Grayscale: #BBBBBB. Windows color (decimal): -678002 or 9349109. OLE color: 9349109.

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

Color convert

RGB245167142-
CMYK00.320.420.04
HSL14.56º83.74%75.88%-
HSV(B)14.56º42.04%96.08%-
XYZ56.364932.08-
YUV187.47102.34169.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.22%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=44.22%
G=30.14%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516714200.320.420.0414.5683.7475.88
HexF5A78E0202A4f544c
Octal36524721604052417124114
Binary1111010110100111100011100100000101010100111110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A78E; }

 p { color: rgb(245,167,142); }

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

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

 a { background-color: rgb(245,167,142); }

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

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

 span { border-color: rgb(245,167,142); }

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