#F085CD

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

Shades of Tea Rose #F085CD

Tints of Tea Rose #F085CD

Color information

#F085CD (or 0xF085CD) is unknown color: approx Tea Rose. HEX triplet: F0, 85 and CD. RGB value is (240,133,205). Sum of RGB (Red+Green+Blue) = 240+133+205=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F085CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085CD is #0F7A32. Grayscale: #ADADAD. Windows color (decimal): -1014323 or 13469168. OLE color: 13469168.

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

Color convert

RGB240133205-
CMYK00.450.150.06
HSL319.63º78.1%73.14%-
HSV(B)319.63º44.58%94.12%-
XYZ55.3439.7162.51-
YUV173.2145.95175.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.52%
GREEN value IS 133 (52.34% from 255) = 23.01%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=41.52%
G=23.01%
B=35.47%

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
Decimal24013320500.450.150.06319.6378.173.14
HexF085CD02DF61404e49
Octal360205315055176500116111
Binary1111000010000101110011010101101111111010100000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085CD; }

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

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

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

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

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

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

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

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