Html Css Color HEX #F685CF Tea Rose

📋 copy color: '#F685CF'

red 246 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #F685CF

Tints of Tea Rose #F685CF

RGB

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

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

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

R = 41.98%
G = 22.7%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F685CF (or 0xF685CF) is known color: Tea Rose. HEX triplet: F6, 85 and CF. RGB value is (246,133,207). Sum of RGB (Red+Green+Blue) = 246+133+207=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F685CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685CF is #097A30. Grayscale: #AFAFAF. Windows color (decimal): -621105 or 13600246. OLE color: 13600246.

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

Color convert

RGB 246 133 207 -
CMYK 0 0.46 0.16 0.04
HSL 320.71º 0.86% 0.74% -
HSV(B) 320.71º 0.46% 0.96% -
XYZ 57.66 40.87 63.88 -
YUV 175.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 246 133 207 0 0.46 0.16 0.04 320.71 0.86 0.74
Hex F6 85 CF 0 2E 10 4 141 56 4A
Octal 366 205 317 0 56 20 4 501 126 112
Binary 11110110 10000101 11001111 0 101110 10000 100 101000001 1010110 1001010

Color Harmonies of #F685CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F685CF

Black with #F685CF

Text Example


Text Example

White with #F685CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F685CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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