#FA79C6

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

Shades of Tea Rose #FA79C6

Tints of Tea Rose #FA79C6

Color information

#FA79C6 (or 0xFA79C6) is unknown color: approx Tea Rose. HEX triplet: FA, 79 and C6. RGB value is (250,121,198). Sum of RGB (Red+Green+Blue) = 250+121+198=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79C6 is #058639. Grayscale: #A8A8A8. Windows color (decimal): -362042 or 13007354. OLE color: 13007354.

HSL color Cylindrical-coordinate representation of color #FA79C6: hue angle of 324.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA79C6 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250121198-
CMYK00.520.210.02
HSL324.19º92.81%72.75%-
HSV(B)324.19º51.6%98.04%-
XYZ56.4538.0857.8-
YUV168.35144.74186.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 121 (47.66% from 255) = 21.27%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=43.94%
G=21.27%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012119800.520.210.02324.1992.8172.75
HexFA79C60341521445d49
Octal372171306064252504135111
Binary111110101111001110001100110100101011010100010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79C6; }

 p { color: rgb(250,121,198); }

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

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

 a { background-color: rgb(250,121,198); }

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

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

 span { border-color: rgb(250,121,198); }

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