#F68AD2

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

Shades of Tea Rose #F68AD2

Tints of Tea Rose #F68AD2

Color information

#F68AD2 (or 0xF68AD2) is unknown color: approx Tea Rose. HEX triplet: F6, 8A and D2. RGB value is (246,138,210). Sum of RGB (Red+Green+Blue) = 246+138+210=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD2 is #09752D. Grayscale: #B2B2B2. Windows color (decimal): -619822 or 13798134. OLE color: 13798134.

HSL color Cylindrical-coordinate representation of color #F68AD2: hue angle of 320º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AD2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246138210-
CMYK00.440.150.04
HSL320º85.71%75.29%-
HSV(B)320º43.9%96.47%-
XYZ58.7342.4266.07-
YUV178.5145.78176.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.41%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=41.41%
G=23.23%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613821000.440.150.0432085.7175.29
HexF68AD202CF4140564b
Octal366212322054174500126113
Binary1111011010001010110100100101100111110010100000010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68AD2; }

 p { color: rgb(246,138,210); }

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

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

 a { background-color: rgb(246,138,210); }

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

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

 span { border-color: rgb(246,138,210); }

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