Html Css Color HEX #F680CE Tea Rose

📋 copy color: '#F680CE'

red 246 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #F680CE

Tints of Tea Rose #F680CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.07%

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 42.41%
G = 22.07%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F680CE (or 0xF680CE) is known color: Tea Rose. HEX triplet: F6, 80 and CE. RGB value is (246,128,206). Sum of RGB (Red+Green+Blue) = 246+128+206=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F680CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680CE is #097F31. Grayscale: #ABABAB. Windows color (decimal): -622386 or 13533430. OLE color: 13533430.

HSL color Cylindrical-coordinate representation of color #F680CE: hue angle of 320.34º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680CE is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 206 -
CMYK 0 0.48 0.16 0.04
HSL 320.34º 0.87% 0.73% -
HSV(B) 320.34º 0.48% 0.96% -
XYZ 56.87 39.49 63.02 -
YUV 172.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 246 128 206 0 0.48 0.16 0.04 320.34 0.87 0.73
Hex F6 80 CE 0 30 10 4 140 57 49
Octal 366 200 316 0 60 20 4 500 127 111
Binary 11110110 10000000 11001110 0 110000 10000 100 101000000 1010111 1001001

Color Harmonies of #F680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F680CE

Black with #F680CE

Text Example


Text Example

White with #F680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F680CE; }

 p { color: rgb(246,128,206); }

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

background-color css

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

 a { background-color: rgb(246,128,206); }

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

border-color css

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

 span { border-color: rgb(246,128,206); }

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