#F085CC

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

Shades of Tea Rose #F085CC

Tints of Tea Rose #F085CC

Color information

#F085CC (or 0xF085CC) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and CC. RGB value is (240,133,204). Sum of RGB (Red+Green+Blue) = 240+133+204=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F085CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085CC is #0F7A33. Grayscale: #ACACAC. Windows color (decimal): -1014324 or 13403632. OLE color: 13403632.

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

Color convert

RGB240133204-
CMYK00.450.150.06
HSL320.19º78.1%73.14%-
HSV(B)320.19º44.58%94.12%-
XYZ55.2239.6661.87-
YUV173.09145.45175.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=41.59%
G=23.05%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013320400.450.150.06320.1978.173.14
HexF085CC02DF61404e49
Octal360205314055176500116111
Binary1111000010000101110011000101101111111010100000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085CC; }

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

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

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

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

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

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

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

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