#F689C8

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

Shades of Tea Rose #F689C8

Tints of Tea Rose #F689C8

Color information

#F689C8 (or 0xF689C8) is unknown color: approx Tea Rose. HEX triplet: F6, 89 and C8. RGB value is (246,137,200). Sum of RGB (Red+Green+Blue) = 246+137+200=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F689C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689C8 is #097637. Grayscale: #B0B0B0. Windows color (decimal): -620088 or 13142518. OLE color: 13142518.

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

Color convert

RGB246137200-
CMYK00.440.190.04
HSL325.32º85.83%75.1%-
HSV(B)325.32º44.31%96.47%-
XYZ57.3841.6559.66-
YUV176.77141.11177.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.20%
GREEN value IS 137 (53.91% from 255) = 23.50%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=42.20%
G=23.50%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613720000.440.190.04325.3285.8375.1
HexF689C802C134145564b
Octal366211310054234505126113
Binary11110110100010011100100001011001001110010100010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F689C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F689C8; }

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

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

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

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

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

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

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

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