#F085CE

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

Shades of Tea Rose #F085CE

Tints of Tea Rose #F085CE

Color information

#F085CE (or 0xF085CE) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and CE. RGB value is (240,133,206). Sum of RGB (Red+Green+Blue) = 240+133+206=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F085CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085CE is #0F7A31. Grayscale: #ADADAD. Windows color (decimal): -1014322 or 13534704. OLE color: 13534704.

HSL color Cylindrical-coordinate representation of color #F085CE: hue angle of 319.07º 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 #F085CE is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240133206-
CMYK00.450.140.06
HSL319.07º78.1%73.14%-
HSV(B)319.07º44.58%94.12%-
XYZ55.4639.7663.14-
YUV173.32146.45175.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.45%
GREEN value IS 133 (52.34% from 255) = 22.97%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=41.45%
G=22.97%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013320600.450.140.06319.0778.173.14
HexF085CE02DE613f4e49
Octal360205316055166477116111
Binary1111000010000101110011100101101111011010011111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085CE; }

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

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

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

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

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

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

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

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