#F690BE

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

Shades of Tea Rose #F690BE

Tints of Tea Rose #F690BE

Color information

#F690BE (or 0xF690BE) is unknown color: approx Tea Rose. HEX triplet: F6, 90 and BE. RGB value is (246,144,190). Sum of RGB (Red+Green+Blue) = 246+144+190=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F690BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690BE is #096F41. Grayscale: #B3B3B3. Windows color (decimal): -618306 or 12488950. OLE color: 12488950.

HSL color Cylindrical-coordinate representation of color #F690BE: hue angle of 332.94º 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 #F690BE is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246144190-
CMYK00.410.230.04
HSL332.94º85%76.47%-
HSV(B)332.94º41.46%96.47%-
XYZ57.2743.2654.05-
YUV179.74133.79175.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.41%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=42.41%
G=24.83%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614419000.410.230.04332.948576.47
HexF690BE02917414d554c
Octal366220276051274515125114
Binary11110110100100001011111001010011011110010100110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F690BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F690BE; }

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

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

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

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

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

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

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

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