Html Css Color HEX #F684C0 Tea Rose

📋 copy color: '#F684C0'

red 246 ◦ green 132 ◦ blue 192

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

Shades of Tea Rose #F684C0

Tints of Tea Rose #F684C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.68%

R = 43.16%
G = 23.16%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F684C0 (or 0xF684C0) is known color: Tea Rose. HEX triplet: F6, 84 and C0. RGB value is (246,132,192). Sum of RGB (Red+Green+Blue) = 246+132+192=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F684C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684C0 is #097B3F. Grayscale: #ACACAC. Windows color (decimal): -621376 or 12616950. OLE color: 12616950.

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

Color convert

RGB 246 132 192 -
CMYK 0 0.46 0.22 0.04
HSL 328.42º 0.86% 0.74% -
HSV(B) 328.42º 0.46% 0.96% -
XYZ 55.77 39.9 54.63 -
YUV 172.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 246 132 192 0 0.46 0.22 0.04 328.42 0.86 0.74
Hex F6 84 C0 0 2E 16 4 148 56 4A
Octal 366 204 300 0 56 26 4 510 126 112
Binary 11110110 10000100 11000000 0 101110 10110 100 101001000 1010110 1001010

Color Harmonies of #F684C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F684C0

Black with #F684C0

Text Example


Text Example

White with #F684C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F684C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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