Html Css Color HEX #F684CE Tea Rose

📋 copy color: '#F684CE'

red 246 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #F684CE

Tints of Tea Rose #F684CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.6%

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

R = 42.12%
G = 22.6%
B = 35.27%

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

#F684CE (or 0xF684CE) is known color: Tea Rose. HEX triplet: F6, 84 and CE. RGB value is (246,132,206). Sum of RGB (Red+Green+Blue) = 246+132+206=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F684CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684CE is #097B31. Grayscale: #AEAEAE. Windows color (decimal): -621362 or 13534454. OLE color: 13534454.

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

Color convert

RGB 246 132 206 -
CMYK 0 0.46 0.16 0.04
HSL 321.05º 0.86% 0.74% -
HSV(B) 321.05º 0.46% 0.96% -
XYZ 57.4 40.55 63.19 -
YUV 174.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 246 132 206 0 0.46 0.16 0.04 321.05 0.86 0.74
Hex F6 84 CE 0 2E 10 4 141 56 4A
Octal 366 204 316 0 56 20 4 501 126 112
Binary 11110110 10000100 11001110 0 101110 10000 100 101000001 1010110 1001010

Color Harmonies of #F684CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F684CE

Black with #F684CE

Text Example


Text Example

White with #F684CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F684CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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