#F085C1

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

Shades of Tea Rose #F085C1

Tints of Tea Rose #F085C1

Color information

#F085C1 (or 0xF085C1) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and C1. RGB value is (240,133,193). Sum of RGB (Red+Green+Blue) = 240+133+193=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F085C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085C1 is #0F7A3E. Grayscale: #ABABAB. Windows color (decimal): -1014335 or 12682736. OLE color: 12682736.

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

Color convert

RGB240133193-
CMYK00.450.200.06
HSL326.36º78.1%73.14%-
HSV(B)326.36º44.58%94.12%-
XYZ53.9539.1555.17-
YUV171.83139.95176.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=42.40%
G=23.50%
B=34.10%

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
Decimal24013319300.450.200.06326.3678.173.14
HexF085C102D1461464e49
Octal360205301055246506116111
Binary11110000100001011100000101011011010011010100011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085C1; }

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

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

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

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

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

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

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

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