Html Css Color HEX #F689C0 Tea Rose

📋 copy color: '#F689C0'

red 246 ◦ green 137 ◦ blue 192

#F689C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F689C0

Tints of Tea Rose #F689C0

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 value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F689C0 (or 0xF689C0) is known color: 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

RGB 246 137 192 -
CMYK 0 0.44 0.22 0.04
HSL 329.72º 0.86% 0.75% -
HSV(B) 329.72º 0.44% 0.96% -
XYZ 56.47 41.29 54.86 -
YUV 175.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 246 137 192 0 0.44 0.22 0.04 329.72 0.86 0.75
Hex F6 89 C0 0 2C 16 4 14A 56 4B
Octal 366 211 300 0 54 26 4 512 126 113
Binary 11110110 10001001 11000000 0 101100 10110 100 101001010 1010110 1001011

Color Harmonies of #F689C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F689C0

Black with #F689C0

Text Example


Text Example

White with #F689C0

Text Example


Text Example

HTML Codes & Css Web 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>