#F682C0

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

Shades of Tea Rose #F682C0

Tints of Tea Rose #F682C0

Color information

#F682C0 (or 0xF682C0) is unknown color: approx Tea Rose. HEX triplet: F6, 82 and C0. RGB value is (246,130,192). Sum of RGB (Red+Green+Blue) = 246+130+192=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F682C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682C0 is #097D3F. Grayscale: #ABABAB. Windows color (decimal): -621888 or 12616438. OLE color: 12616438.

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

Color convert

RGB246130192-
CMYK00.470.220.04
HSL327.93º86.57%73.73%-
HSV(B)327.93º47.15%96.47%-
XYZ55.539.3654.54-
YUV171.75139.43180.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.31%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=43.31%
G=22.89%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613019200.470.220.04327.9386.5773.73
HexF682C002F164148574a
Octal366202300057264510127112
Binary11110110100000101100000001011111011010010100100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F682C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F682C0; }

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

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

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

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

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

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

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

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