Html Css Color HEX #F689D1 Tea Rose

📋 copy color: '#F689D1'

red 246 ◦ green 137 ◦ blue 209

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

Shades of Tea Rose #F689D1

Tints of Tea Rose #F689D1

RGB

 RED value IS 246 (96.48% from 255) = 41.55%

 GREEN value IS 137 (53.91% from 255) = 23.14%

 BLUE value IS 209 (82.03% from 255) = 35.3%

R = 41.55%
G = 23.14%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F689D1 (or 0xF689D1) is known color: Tea Rose. HEX triplet: F6, 89 and D1. RGB value is (246,137,209). Sum of RGB (Red+Green+Blue) = 246+137+209=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F689D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689D1 is #09762E. Grayscale: #B1B1B1. Windows color (decimal): -620079 or 13732342. OLE color: 13732342.

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

Color convert

RGB 246 137 209 -
CMYK 0 0.44 0.15 0.04
HSL 320.37º 0.86% 0.75% -
HSV(B) 320.37º 0.44% 0.96% -
XYZ 58.46 42.09 65.36 -
YUV 177.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 246 137 209 0 0.44 0.15 0.04 320.37 0.86 0.75
Hex F6 89 D1 0 2C F 4 140 56 4B
Octal 366 211 321 0 54 17 4 500 126 113
Binary 11110110 10001001 11010001 0 101100 1111 100 101000000 1010110 1001011

Color Harmonies of #F689D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F689D1

Black with #F689D1

Text Example


Text Example

White with #F689D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F689D1; }

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

 H1.HeaderClassName
 {
   color: #F689D1;
 }
 .AnyTagClassName
 {
   color: #F689D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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