#F682CF

Color #F682CF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F682CF

Tints of Tea Rose #F682CF

Color information

#F682CF (or 0xF682CF) is unknown color: approx Tea Rose. HEX triplet: F6, 82 and CF. RGB value is (246,130,207). Sum of RGB (Red+Green+Blue) = 246+130+207=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F682CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682CF is #097D30. Grayscale: #ADADAD. Windows color (decimal): -621873 or 13599478. OLE color: 13599478.

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

Color convert

RGB246130207-
CMYK00.470.160.04
HSL320.17º86.57%73.73%-
HSV(B)320.17º47.15%96.47%-
XYZ57.2540.0663.75-
YUV173.46146.93179.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.20%
GREEN value IS 130 (51.17% from 255) = 22.30%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=42.20%
G=22.30%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613020700.470.160.04320.1786.5773.73
HexF682CF02F104140574a
Octal366202317057204500127112
Binary11110110100000101100111101011111000010010100000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F682CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F682CF; }

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

 H1.HeaderClassName
 {
   color: #F682CF;
 }
 .AnyTagClassName
 {
   color: #F682CF;
 }
</style>
background-color css

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

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

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

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

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

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