#F8A592

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

Shades of Rose Bud #F8A592

Tints of Rose Bud #F8A592

Color information

#F8A592 (or 0xF8A592) is unknown color: approx Rose Bud. HEX triplet: F8, A5 and 92. RGB value is (248,165,146). Sum of RGB (Red+Green+Blue) = 248+165+146=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A592 is #075A6D. Grayscale: #BBBBBB. Windows color (decimal): -481902 or 9610744. OLE color: 9610744.

HSL color Cylindrical-coordinate representation of color #F8A592: hue angle of 11.18º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8A592 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248165146-
CMYK00.330.410.03
HSL11.18º87.93%77.25%-
HSV(B)11.18º41.13%97.25%-
XYZ57.3548.9433.62-
YUV187.65104.5171.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=44.36%
G=29.52%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816514600.330.410.0311.1887.9377.25
HexF8A592021293b584d
Octal37024522204151313130115
Binary111110001010010110010010010000110100111101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A592; }

 p { color: rgb(248,165,146); }

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

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

 a { background-color: rgb(248,165,146); }

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

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

 span { border-color: rgb(248,165,146); }

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