#F084D0

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

Shades of Tea Rose #F084D0

Tints of Tea Rose #F084D0

Color information

#F084D0 (or 0xF084D0) is unknown color: approx Tea Rose. HEX triplet: F0, 84 and D0. RGB value is (240,132,208). Sum of RGB (Red+Green+Blue) = 240+132+208=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F084D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084D0 is #0F7B2F. Grayscale: #ACACAC. Windows color (decimal): -1014576 or 13665520. OLE color: 13665520.

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

Color convert

RGB240132208-
CMYK00.450.130.06
HSL317.78º78.26%72.94%-
HSV(B)317.78º45%94.12%-
XYZ55.5739.5864.39-
YUV172.96147.78175.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 132 (51.95% from 255) = 22.76%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=41.38%
G=22.76%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013220800.450.130.06317.7878.2672.94
HexF084D002DD613e4e49
Octal360204320055156476116111
Binary1111000010000100110100000101101110111010011111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F084D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F084D0; }

 p { color: rgb(240,132,208); }

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

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

 a { background-color: rgb(240,132,208); }

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

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

 span { border-color: rgb(240,132,208); }

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