#F082CD

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

Shades of Tea Rose #F082CD

Tints of Tea Rose #F082CD

Color information

#F082CD (or 0xF082CD) is unknown color: approx Tea Rose. HEX triplet: F0, 82 and CD. RGB value is (240,130,205). Sum of RGB (Red+Green+Blue) = 240+130+205=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F082CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082CD is #0F7D32. Grayscale: #ABABAB. Windows color (decimal): -1015091 or 13468400. OLE color: 13468400.

HSL color Cylindrical-coordinate representation of color #F082CD: hue angle of 319.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082CD is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240130205-
CMYK00.460.150.06
HSL319.09º78.57%72.55%-
HSV(B)319.09º45.83%94.12%-
XYZ54.9438.962.37-
YUV171.44146.94176.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 130 (51.17% from 255) = 22.61%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=41.74%
G=22.61%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013020500.460.150.06319.0978.5772.55
HexF082CD02EF613f4f49
Octal360202315056176477117111
Binary1111000010000010110011010101110111111010011111110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082CD; }

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

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

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

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

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

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

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

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