#F6A194

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

Shades of Rose Bud #F6A194

Tints of Rose Bud #F6A194

Color information

#F6A194 (or 0xF6A194) is unknown color: approx Rose Bud. HEX triplet: F6, A1 and 94. RGB value is (246,161,148). Sum of RGB (Red+Green+Blue) = 246+161+148=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A194 is #095E6B. Grayscale: #B9B9B9. Windows color (decimal): -613996 or 9740790. OLE color: 9740790.

HSL color Cylindrical-coordinate representation of color #F6A194: hue angle of 7.96º degrees, saturation: 0.84, 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 #F6A194 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246161148-
CMYK00.350.400.04
HSL7.96º84.48%77.25%-
HSV(B)7.96º39.84%96.47%-
XYZ56.147.2234.17-
YUV184.93107.16171.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=44.32%
G=29.01%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616114800.350.400.047.9684.4877.25
HexF6A1940232848544d
Octal36624122404350410124115
Binary1111011010100001100101000100011101000100100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A194; }

 p { color: rgb(246,161,148); }

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

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

 a { background-color: rgb(246,161,148); }

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

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

 span { border-color: rgb(246,161,148); }

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