#F081C6

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

Shades of Tea Rose #F081C6

Tints of Tea Rose #F081C6

Color information

#F081C6 (or 0xF081C6) is unknown color: approx Tea Rose. HEX triplet: F0, 81 and C6. RGB value is (240,129,198). Sum of RGB (Red+Green+Blue) = 240+129+198=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F081C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081C6 is #0F7E39. Grayscale: #A9A9A9. Windows color (decimal): -1015354 or 13009392. OLE color: 13009392.

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

Color convert

RGB240129198-
CMYK00.460.180.06
HSL322.7º78.72%72.35%-
HSV(B)322.7º46.25%94.12%-
XYZ53.9838.357.97-
YUV170.06143.77177.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=42.33%
G=22.75%
B=34.92%

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
Decimal24012919800.460.180.06322.778.7272.35
HexF081C602E1261434f48
Octal360201306056226503117110
Binary11110000100000011100011001011101001011010100001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081C6; }

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

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

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

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

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

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

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

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