#FA85C5

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

Shades of Tea Rose #FA85C5

Tints of Tea Rose #FA85C5

Color information

#FA85C5 (or 0xFA85C5) is unknown color: approx Tea Rose. HEX triplet: FA, 85 and C5. RGB value is (250,133,197). Sum of RGB (Red+Green+Blue) = 250+133+197=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85C5 is #057A3A. Grayscale: #AFAFAF. Windows color (decimal): -358971 or 12944890. OLE color: 12944890.

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

Color convert

RGB250133197-
CMYK00.470.210.02
HSL327.18º92.13%75.1%-
HSV(B)327.18º46.8%98.04%-
XYZ57.8941.1357.71-
YUV175.28140.26181.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 197 (77.34% from 255) = 33.97%
R=43.10%
G=22.93%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013319700.470.210.02327.1892.1375.1
HexFA85C502F1521475c4b
Octal372205305057252507134113
Binary1111101010000101110001010101111101011010100011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85C5; }

 p { color: rgb(250,133,197); }

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

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

 a { background-color: rgb(250,133,197); }

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

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

 span { border-color: rgb(250,133,197); }

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