#FA91CF

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

Shades of Tea Rose #FA91CF

Tints of Tea Rose #FA91CF

Color information

#FA91CF (or 0xFA91CF) is unknown color: approx Tea Rose. HEX triplet: FA, 91 and CF. RGB value is (250,145,207). Sum of RGB (Red+Green+Blue) = 250+145+207=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91CF is #056E30. Grayscale: #B7B7B7. Windows color (decimal): -355889 or 13603322. OLE color: 13603322.

HSL color Cylindrical-coordinate representation of color #FA91CF: hue angle of 324.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91CF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250145207-
CMYK00.420.170.02
HSL324.57º91.3%77.45%-
HSV(B)324.57º42%98.04%-
XYZ60.8145.0864.53-
YUV183.46141.29175.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=41.53%
G=24.09%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014520700.420.170.02324.5791.377.45
HexFA91CF02A1121455b4d
Octal372221317052212505133115
Binary1111101010010001110011110101010100011010100010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91CF; }

 p { color: rgb(250,145,207); }

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

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

 a { background-color: rgb(250,145,207); }

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

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

 span { border-color: rgb(250,145,207); }

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