Html Css Color HEX #F689CF Tea Rose

📋 copy color: '#F689CF'

red 246 ◦ green 137 ◦ blue 207

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

Shades of Tea Rose #F689CF

Tints of Tea Rose #F689CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.08%

R = 41.69%
G = 23.22%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F689CF (or 0xF689CF) is known color: Tea Rose. HEX triplet: F6, 89 and CF. RGB value is (246,137,207). Sum of RGB (Red+Green+Blue) = 246+137+207=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F689CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F689CF is #097630. Grayscale: #B1B1B1. Windows color (decimal): -620081 or 13601270. OLE color: 13601270.

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

Color convert

RGB 246 137 207 -
CMYK 0 0.44 0.16 0.04
HSL 321.47º 0.86% 0.75% -
HSV(B) 321.47º 0.44% 0.96% -
XYZ 58.21 41.99 64.07 -
YUV 177.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 246 137 207 0 0.44 0.16 0.04 321.47 0.86 0.75
Hex F6 89 CF 0 2C 10 4 141 56 4B
Octal 366 211 317 0 54 20 4 501 126 113
Binary 11110110 10001001 11001111 0 101100 10000 100 101000001 1010110 1001011

Color Harmonies of #F689CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F689CF

Black with #F689CF

Text Example


Text Example

White with #F689CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F689CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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