#F082C2

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

Shades of Tea Rose #F082C2

Tints of Tea Rose #F082C2

Color information

#F082C2 (or 0xF082C2) is unknown color: approx Tea Rose. HEX triplet: F0, 82 and C2. RGB value is (240,130,194). Sum of RGB (Red+Green+Blue) = 240+130+194=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C2 is #0F7D3D. Grayscale: #AAAAAA. Windows color (decimal): -1015102 or 12747504. OLE color: 12747504.

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

Color convert

RGB240130194-
CMYK00.460.190.06
HSL325.09º78.57%72.55%-
HSV(B)325.09º45.83%94.12%-
XYZ53.6638.3955.62-
YUV170.19141.44177.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=42.55%
G=23.05%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013019400.460.190.06325.0978.5772.55
HexF082C202E1361454f49
Octal360202302056236505117111
Binary11110000100000101100001001011101001111010100010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082C2; }

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

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

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

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

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

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

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

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