#F691BF

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

Shades of Tea Rose #F691BF

Tints of Tea Rose #F691BF

Color information

#F691BF (or 0xF691BF) is unknown color: approx Tea Rose. HEX triplet: F6, 91 and BF. RGB value is (246,145,191). Sum of RGB (Red+Green+Blue) = 246+145+191=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F691BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691BF is #096E40. Grayscale: #B4B4B4. Windows color (decimal): -618049 or 12554742. OLE color: 12554742.

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

Color convert

RGB246145191-
CMYK00.410.220.04
HSL332.67º84.87%76.67%-
HSV(B)332.67º41.06%96.47%-
XYZ57.5443.6154.67-
YUV180.44133.96174.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.27%
GREEN value IS 145 (57.03% from 255) = 24.91%
BLUE value IS 191 (75% from 255) = 32.82%
R=42.27%
G=24.91%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614519100.410.220.04332.6784.8776.67
HexF691BF02916414d554d
Octal366221277051264515125115
Binary11110110100100011011111101010011011010010100110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F691BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F691BF; }

 p { color: rgb(246,145,191); }

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

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

 a { background-color: rgb(246,145,191); }

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

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

 span { border-color: rgb(246,145,191); }

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