#F180C6

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

Shades of Tea Rose #F180C6

Tints of Tea Rose #F180C6

Color information

#F180C6 (or 0xF180C6) is unknown color: approx Tea Rose. HEX triplet: F1, 80 and C6. RGB value is (241,128,198). Sum of RGB (Red+Green+Blue) = 241+128+198=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F180C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180C6 is #0E7F39. Grayscale: #A9A9A9. Windows color (decimal): -950074 or 13009137. OLE color: 13009137.

HSL color Cylindrical-coordinate representation of color #F180C6: hue angle of 322.83º 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 #F180C6 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241128198-
CMYK00.470.180.05
HSL322.83º80.14%72.35%-
HSV(B)322.83º46.89%94.51%-
XYZ54.1938.2257.95-
YUV169.77143.94178.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=42.50%
G=22.57%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112819800.470.180.05322.8380.1472.35
HexF180C602F1251435048
Octal361200306057225503120110
Binary11110001100000001100011001011111001010110100001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180C6; }

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

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

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

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

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

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

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

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