#F081C5

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

Shades of Tea Rose #F081C5

Tints of Tea Rose #F081C5

Color information

#F081C5 (or 0xF081C5) is unknown color: approx Tea Rose. HEX triplet: F0, 81 and C5. RGB value is (240,129,197). Sum of RGB (Red+Green+Blue) = 240+129+197=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C5 is #0F7E3A. Grayscale: #A9A9A9. Windows color (decimal): -1015355 or 12943856. OLE color: 12943856.

HSL color Cylindrical-coordinate representation of color #F081C5: hue angle of 323.24º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081C5 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240129197-
CMYK00.460.180.06
HSL323.24º78.72%72.35%-
HSV(B)323.24º46.25%94.12%-
XYZ53.8638.2657.37-
YUV169.94143.27177.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=42.40%
G=22.79%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012919700.460.180.06323.2478.7272.35
HexF081C502E1261434f48
Octal360201305056226503117110
Binary11110000100000011100010101011101001011010100001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081C5; }

 p { color: rgb(240,129,197); }

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

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

 a { background-color: rgb(240,129,197); }

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

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

 span { border-color: rgb(240,129,197); }

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