#F085C0

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

Shades of Tea Rose #F085C0

Tints of Tea Rose #F085C0

Color information

#F085C0 (or 0xF085C0) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and C0. RGB value is (240,133,192). Sum of RGB (Red+Green+Blue) = 240+133+192=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F085C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085C0 is #0F7A3F. Grayscale: #ABABAB. Windows color (decimal): -1014336 or 12617200. OLE color: 12617200.

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

Color convert

RGB240133192-
CMYK00.450.200.06
HSL326.92º78.1%73.14%-
HSV(B)326.92º44.58%94.12%-
XYZ53.8439.1154.58-
YUV171.72139.45176.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=42.48%
G=23.54%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013319200.450.200.06326.9278.173.14
HexF085C002D1461474e49
Octal360205300055246507116111
Binary11110000100001011100000001011011010011010100011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085C0; }

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

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

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

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

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

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

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

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