#F68ACD

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

Shades of Tea Rose #F68ACD

Tints of Tea Rose #F68ACD

Color information

#F68ACD (or 0xF68ACD) is unknown color: approx Tea Rose. HEX triplet: F6, 8A and CD. RGB value is (246,138,205). Sum of RGB (Red+Green+Blue) = 246+138+205=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ACD is #097532. Grayscale: #B1B1B1. Windows color (decimal): -619827 or 13470454. OLE color: 13470454.

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

Color convert

RGB246138205-
CMYK00.440.170.04
HSL322.78º85.71%75.29%-
HSV(B)322.78º43.9%96.47%-
XYZ58.1142.1862.84-
YUV177.93143.28176.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=41.77%
G=23.43%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613820500.440.170.04322.7885.7175.29
HexF68ACD02C114143564b
Octal366212315054214503126113
Binary11110110100010101100110101011001000110010100001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68ACD; }

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

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

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

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

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

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

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

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