#F69F95

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

Shades of Rose Bud #F69F95

Tints of Rose Bud #F69F95

Color information

#F69F95 (or 0xF69F95) is unknown color: approx Rose Bud. HEX triplet: F6, 9F and 95. RGB value is (246,159,149). Sum of RGB (Red+Green+Blue) = 246+159+149=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69F95 is #09606A. Grayscale: #B8B8B8. Windows color (decimal): -614507 or 9805814. OLE color: 9805814.

HSL color Cylindrical-coordinate representation of color #F69F95: hue angle of 6.19º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69F95 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246159149-
CMYK00.350.390.04
HSL6.19º84.35%77.45%-
HSV(B)6.19º39.43%96.47%-
XYZ55.8346.5634.48-
YUV183.87108.32172.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.40%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=44.40%
G=28.70%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615914900.350.390.046.1984.3577.45
HexF69F950232746544d
Octal3662372250434746124115
Binary111101101001111110010101010001110011110011010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F95; }

 p { color: rgb(246,159,149); }

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

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

 a { background-color: rgb(246,159,149); }

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

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

 span { border-color: rgb(246,159,149); }

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