Html Css Color HEX #F686D0 Tea Rose

📋 copy color: '#F686D0'

red 246 ◦ green 134 ◦ blue 208

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

Shades of Tea Rose #F686D0

Tints of Tea Rose #F686D0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.79%

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 41.84%
G = 22.79%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F686D0 (or 0xF686D0) is known color: Tea Rose. HEX triplet: F6, 86 and D0. RGB value is (246,134,208). Sum of RGB (Red+Green+Blue) = 246+134+208=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D0 is #09792F. Grayscale: #AFAFAF. Windows color (decimal): -620848 or 13666038. OLE color: 13666038.

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

Color convert

RGB 246 134 208 -
CMYK 0 0.46 0.15 0.04
HSL 320.36º 0.86% 0.75% -
HSV(B) 320.36º 0.46% 0.96% -
XYZ 57.92 41.2 64.57 -
YUV 175.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 246 134 208 0 0.46 0.15 0.04 320.36 0.86 0.75
Hex F6 86 D0 0 2E F 4 140 56 4B
Octal 366 206 320 0 56 17 4 500 126 113
Binary 11110110 10000110 11010000 0 101110 1111 100 101000000 1010110 1001011

Color Harmonies of #F686D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686D0

Black with #F686D0

Text Example


Text Example

White with #F686D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686D0; }

 p { color: rgb(246,134,208); }

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

background-color css

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

 a { background-color: rgb(246,134,208); }

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

border-color css

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

 span { border-color: rgb(246,134,208); }

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