#F57AC6

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

Shades of Tea Rose #F57AC6

Tints of Tea Rose #F57AC6

Color information

#F57AC6 (or 0xF57AC6) is unknown color: approx Tea Rose. HEX triplet: F5, 7A and C6. RGB value is (245,122,198). Sum of RGB (Red+Green+Blue) = 245+122+198=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AC6 is #0A8539. Grayscale: #A7A7A7. Windows color (decimal): -689466 or 13007605. OLE color: 13007605.

HSL color Cylindrical-coordinate representation of color #F57AC6: hue angle of 322.93º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AC6 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB245122198-
CMYK00.500.190.04
HSL322.93º86.01%71.96%-
HSV(B)322.93º50.2%96.08%-
XYZ54.8137.4157.76-
YUV167.44145.25183.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 198 (77.73% from 255) = 35.04%
R=43.36%
G=21.59%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512219800.500.190.04322.9386.0171.96
HexF57AC60321341435648
Octal365172306062234503126110
Binary1111010111110101100011001100101001110010100001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57AC6; }

 p { color: rgb(245,122,198); }

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

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

 a { background-color: rgb(245,122,198); }

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

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

 span { border-color: rgb(245,122,198); }

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