#F085BE

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

Shades of Tea Rose #F085BE

Tints of Tea Rose #F085BE

Color information

#F085BE (or 0xF085BE) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and BE. RGB value is (240,133,190). Sum of RGB (Red+Green+Blue) = 240+133+190=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F085BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085BE is #0F7A41. Grayscale: #ABABAB. Windows color (decimal): -1014338 or 12486128. OLE color: 12486128.

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

Color convert

RGB240133190-
CMYK00.450.210.06
HSL328.04º78.1%73.14%-
HSV(B)328.04º44.58%94.12%-
XYZ53.6239.0253.42-
YUV171.49138.45176.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=42.63%
G=23.62%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013319000.450.210.06328.0478.173.14
HexF085BE02D1561484e49
Octal360205276055256510116111
Binary11110000100001011011111001011011010111010100100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085BE; }

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

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

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

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

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

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

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

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