Html Css Color HEX #F685D3 Tea Rose

📋 copy color: '#F685D3'

red 246 ◦ green 133 ◦ blue 211

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

Shades of Tea Rose #F685D3

Tints of Tea Rose #F685D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 41.69%
G = 22.54%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F685D3 (or 0xF685D3) is known color: Tea Rose. HEX triplet: F6, 85 and D3. RGB value is (246,133,211). Sum of RGB (Red+Green+Blue) = 246+133+211=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F685D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685D3 is #097A2C. Grayscale: #AFAFAF. Windows color (decimal): -621101 or 13862390. OLE color: 13862390.

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

Color convert

RGB 246 133 211 -
CMYK 0 0.46 0.14 0.04
HSL 318.58º 0.86% 0.74% -
HSV(B) 318.58º 0.46% 0.96% -
XYZ 58.15 41.07 66.49 -
YUV 175.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 246 133 211 0 0.46 0.14 0.04 318.58 0.86 0.74
Hex F6 85 D3 0 2E E 4 13F 56 4A
Octal 366 205 323 0 56 16 4 477 126 112
Binary 11110110 10000101 11010011 0 101110 1110 100 100111111 1010110 1001010

Color Harmonies of #F685D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685D3

Black with #F685D3

Text Example


Text Example

White with #F685D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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