#F085C7

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

Shades of Tea Rose #F085C7

Tints of Tea Rose #F085C7

Color information

#F085C7 (or 0xF085C7) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and C7. RGB value is (240,133,199). Sum of RGB (Red+Green+Blue) = 240+133+199=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F085C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085C7 is #0F7A38. Grayscale: #ACACAC. Windows color (decimal): -1014329 or 13075952. OLE color: 13075952.

HSL color Cylindrical-coordinate representation of color #F085C7: hue angle of 322.99º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085C7 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240133199-
CMYK00.450.170.06
HSL322.99º78.1%73.14%-
HSV(B)322.99º44.58%94.12%-
XYZ54.6339.4258.76-
YUV172.52142.95176.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=41.96%
G=23.25%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013319900.450.170.06322.9978.173.14
HexF085C702D1161434e49
Octal360205307055216503116111
Binary11110000100001011100011101011011000111010100001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085C7; }

 p { color: rgb(240,133,199); }

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

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

 a { background-color: rgb(240,133,199); }

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

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

 span { border-color: rgb(240,133,199); }

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