#F082C1

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

Shades of Tea Rose #F082C1

Tints of Tea Rose #F082C1

Color information

#F082C1 (or 0xF082C1) is unknown color: approx Tea Rose. HEX triplet: F0, 82 and C1. RGB value is (240,130,193). Sum of RGB (Red+Green+Blue) = 240+130+193=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C1 is #0F7D3E. Grayscale: #A9A9A9. Windows color (decimal): -1015103 or 12681968. OLE color: 12681968.

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

Color convert

RGB240130193-
CMYK00.460.200.06
HSL325.64º78.57%72.55%-
HSV(B)325.64º45.83%94.12%-
XYZ53.5438.3455.03-
YUV170.07140.94177.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=42.63%
G=23.09%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013019300.460.200.06325.6478.5772.55
HexF082C102E1461464f49
Octal360202301056246506117111
Binary11110000100000101100000101011101010011010100011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082C1; }

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

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

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

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

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

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

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

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