#F6A593

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

Shades of Rose Bud #F6A593

Tints of Rose Bud #F6A593

Color information

#F6A593 (or 0xF6A593) is unknown color: approx Rose Bud. HEX triplet: F6, A5 and 93. RGB value is (246,165,147). Sum of RGB (Red+Green+Blue) = 246+165+147=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A593 is #095A6C. Grayscale: #BBBBBB. Windows color (decimal): -612973 or 9676278. OLE color: 9676278.

HSL color Cylindrical-coordinate representation of color #F6A593: hue angle of 10.91º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6A593 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246165147-
CMYK00.330.400.04
HSL10.91º84.62%77.06%-
HSV(B)10.91º40.24%96.47%-
XYZ56.7348.6134-
YUV187.17105.34169.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=44.09%
G=29.57%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616514700.330.400.0410.9184.6277.06
HexF6A593021284b554d
Octal36624522304150413125115
Binary1111011010100101100100110100001101000100101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A593; }

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

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

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

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

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

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

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

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