#F689C0

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

Shades of Tea Rose #F689C0

Tints of Tea Rose #F689C0

Color information

#F689C0 (or 0xF689C0) is unknown color: approx Tea Rose. HEX triplet: F6, 89 and C0. RGB value is (246,137,192). Sum of RGB (Red+Green+Blue) = 246+137+192=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F689C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689C0 is #09763F. Grayscale: #AFAFAF. Windows color (decimal): -620096 or 12618230. OLE color: 12618230.

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

Color convert

RGB246137192-
CMYK00.440.220.04
HSL329.72º85.83%75.1%-
HSV(B)329.72º44.31%96.47%-
XYZ56.4741.2954.86-
YUV175.86137.11178.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 192 (75.39% from 255) = 33.39%
R=42.78%
G=23.83%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613719200.440.220.04329.7285.8375.1
HexF689C002C16414a564b
Octal366211300054264512126113
Binary11110110100010011100000001011001011010010100101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F689C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F689C0; }

 p { color: rgb(246,137,192); }

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

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

 a { background-color: rgb(246,137,192); }

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

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

 span { border-color: rgb(246,137,192); }

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