#F69F97

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

Shades of Rose Bud #F69F97

Tints of Rose Bud #F69F97

Color information

#F69F97 (or 0xF69F97) is unknown color: approx Rose Bud. HEX triplet: F6, 9F and 97. RGB value is (246,159,151). Sum of RGB (Red+Green+Blue) = 246+159+151=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69F97 is #096068. Grayscale: #B8B8B8. Windows color (decimal): -614505 or 9936886. OLE color: 9936886.

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

Color convert

RGB246159151-
CMYK00.350.390.04
HSL5.05º84.07%77.84%-
HSV(B)5.05º38.62%96.47%-
XYZ55.9946.6235.33-
YUV184.1109.32172.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.24%
GREEN value IS 159 (62.5% from 255) = 28.60%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=44.24%
G=28.60%
B=27.16%

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
Decimal24615915100.350.390.045.0584.0777.84
HexF69F970232745544e
Octal3662372270434745124116
Binary111101101001111110010111010001110011110010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F97; }

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

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

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

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

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

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

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

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