#F8A593

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

Shades of Rose Bud #F8A593

Tints of Rose Bud #F8A593

Color information

#F8A593 (or 0xF8A593) is unknown color: approx Rose Bud. HEX triplet: F8, A5 and 93. RGB value is (248,165,147). Sum of RGB (Red+Green+Blue) = 248+165+147=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A593 is #075A6C. Grayscale: #BBBBBB. Windows color (decimal): -481901 or 9676280. OLE color: 9676280.

HSL color Cylindrical-coordinate representation of color #F8A593: hue angle of 10.69º 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 #F8A593 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248165147-
CMYK00.330.410.03
HSL10.69º87.83%77.45%-
HSV(B)10.69º40.73%97.25%-
XYZ57.4348.9734.03-
YUV187.76105170.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=44.29%
G=29.46%
B=26.25%

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
Decimal24816514700.330.410.0310.6987.8377.45
HexF8A593021293b584d
Octal37024522304151313130115
Binary111110001010010110010011010000110100111101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A593; }

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

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

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

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

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

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

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

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