#F082CF

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

Shades of Tea Rose #F082CF

Tints of Tea Rose #F082CF

Color information

#F082CF (or 0xF082CF) is unknown color: approx Tea Rose. HEX triplet: F0, 82 and CF. RGB value is (240,130,207). Sum of RGB (Red+Green+Blue) = 240+130+207=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F082CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082CF is #0F7D30. Grayscale: #ABABAB. Windows color (decimal): -1015089 or 13599472. OLE color: 13599472.

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

Color convert

RGB240130207-
CMYK00.460.140.06
HSL318º78.57%72.55%-
HSV(B)318º45.83%94.12%-
XYZ55.183963.65-
YUV171.67147.94176.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=41.59%
G=22.53%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013020700.460.140.0631878.5772.55
HexF082CF02EE613e4f49
Octal360202317056166476117111
Binary1111000010000010110011110101110111011010011111010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082CF; }

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

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

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

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

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

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

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

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