#F69F9B

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

Shades of Rose Bud #F69F9B

Tints of Rose Bud #F69F9B

Color information

#F69F9B (or 0xF69F9B) is unknown color: approx Rose Bud. HEX triplet: F6, 9F and 9B. RGB value is (246,159,155). Sum of RGB (Red+Green+Blue) = 246+159+155=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69F9B is #096064. Grayscale: #B8B8B8. Windows color (decimal): -614501 or 10199030. OLE color: 10199030.

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

Color convert

RGB246159155-
CMYK00.350.370.04
HSL2.64º83.49%78.63%-
HSV(B)2.64º36.99%96.47%-
XYZ56.3246.7637.07-
YUV184.56111.32171.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=43.93%
G=28.39%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615915500.350.370.042.6483.4978.63
HexF69F9B0232543534f
Octal3662372330434543123117
Binary11110110100111111001101101000111001011001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F9B; }

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

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

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

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

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

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

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

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