Html Css Color HEX #F685C2 Tea Rose

📋 copy color: '#F685C2'

red 246 ◦ green 133 ◦ blue 194

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

Shades of Tea Rose #F685C2

Tints of Tea Rose #F685C2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.21%

 BLUE value IS 194 (76.17% from 255) = 33.86%

R = 42.93%
G = 23.21%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F685C2 (or 0xF685C2) is known color: Tea Rose. HEX triplet: F6, 85 and C2. RGB value is (246,133,194). Sum of RGB (Red+Green+Blue) = 246+133+194=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F685C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685C2 is #097A3D. Grayscale: #ADADAD. Windows color (decimal): -621118 or 12748278. OLE color: 12748278.

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

Color convert

RGB 246 133 194 -
CMYK 0 0.46 0.21 0.04
HSL 327.61º 0.86% 0.74% -
HSV(B) 327.61º 0.46% 0.96% -
XYZ 56.13 40.26 55.85 -
YUV 173.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 246 133 194 0 0.46 0.21 0.04 327.61 0.86 0.74
Hex F6 85 C2 0 2E 15 4 148 56 4A
Octal 366 205 302 0 56 25 4 510 126 112
Binary 11110110 10000101 11000010 0 101110 10101 100 101001000 1010110 1001010

Color Harmonies of #F685C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685C2

Black with #F685C2

Text Example


Text Example

White with #F685C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685C2; }

 p { color: rgb(246,133,194); }

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

background-color css

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

 a { background-color: rgb(246,133,194); }

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

border-color css

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

 span { border-color: rgb(246,133,194); }

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