Html Css Color HEX #F686C0 Tea Rose

📋 copy color: '#F686C0'

red 246 ◦ green 134 ◦ blue 192

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

Shades of Tea Rose #F686C0

Tints of Tea Rose #F686C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 43.01%
G = 23.43%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F686C0 (or 0xF686C0) is known color: Tea Rose. HEX triplet: F6, 86 and C0. RGB value is (246,134,192). Sum of RGB (Red+Green+Blue) = 246+134+192=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F686C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686C0 is #09793F. Grayscale: #ADADAD. Windows color (decimal): -620864 or 12617462. OLE color: 12617462.

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

Color convert

RGB 246 134 192 -
CMYK 0 0.46 0.22 0.04
HSL 328.93º 0.86% 0.75% -
HSV(B) 328.93º 0.46% 0.96% -
XYZ 56.05 40.45 54.72 -
YUV 174.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 246 134 192 0 0.46 0.22 0.04 328.93 0.86 0.75
Hex F6 86 C0 0 2E 16 4 149 56 4B
Octal 366 206 300 0 56 26 4 511 126 113
Binary 11110110 10000110 11000000 0 101110 10110 100 101001001 1010110 1001011

Color Harmonies of #F686C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686C0

Black with #F686C0

Text Example


Text Example

White with #F686C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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