#F690BF

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

Shades of Tea Rose #F690BF

Tints of Tea Rose #F690BF

Color information

#F690BF (or 0xF690BF) is unknown color: approx Tea Rose. HEX triplet: F6, 90 and BF. RGB value is (246,144,191). Sum of RGB (Red+Green+Blue) = 246+144+191=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F690BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690BF is #096F40. Grayscale: #B3B3B3. Windows color (decimal): -618305 or 12554486. OLE color: 12554486.

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

Color convert

RGB246144191-
CMYK00.410.220.04
HSL332.35º85%76.47%-
HSV(B)332.35º41.46%96.47%-
XYZ57.3843.354.62-
YUV179.86134.29175.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.34%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 191 (75% from 255) = 32.87%
R=42.34%
G=24.78%
B=32.87%

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
Decimal24614419100.410.220.04332.358576.47
HexF690BF02916414c554c
Octal366220277051264514125114
Binary11110110100100001011111101010011011010010100110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F690BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F690BF; }

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

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

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

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

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

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

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

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