#F180C2

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

Shades of Tea Rose #F180C2

Tints of Tea Rose #F180C2

Color information

#F180C2 (or 0xF180C2) is unknown color: approx Tea Rose. HEX triplet: F1, 80 and C2. RGB value is (241,128,194). Sum of RGB (Red+Green+Blue) = 241+128+194=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C2 is #0E7F3D. Grayscale: #A9A9A9. Windows color (decimal): -950078 or 12746993. OLE color: 12746993.

HSL color Cylindrical-coordinate representation of color #F180C2: hue angle of 324.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180C2 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241128194-
CMYK00.470.200.05
HSL324.96º80.14%72.35%-
HSV(B)324.96º46.89%94.51%-
XYZ53.7338.0355.55-
YUV169.31141.94179.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 194 (76.17% from 255) = 34.46%
R=42.81%
G=22.74%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112819400.470.200.05324.9680.1472.35
HexF180C202F1451455048
Octal361200302057245505120110
Binary11110001100000001100001001011111010010110100010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180C2; }

 p { color: rgb(241,128,194); }

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

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

 a { background-color: rgb(241,128,194); }

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

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

 span { border-color: rgb(241,128,194); }

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