#FA85CA

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

Shades of Tea Rose #FA85CA

Tints of Tea Rose #FA85CA

Color information

#FA85CA (or 0xFA85CA) is unknown color: approx Tea Rose. HEX triplet: FA, 85 and CA. RGB value is (250,133,202). Sum of RGB (Red+Green+Blue) = 250+133+202=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85CA is #057A35. Grayscale: #AFAFAF. Windows color (decimal): -358966 or 13272570. OLE color: 13272570.

HSL color Cylindrical-coordinate representation of color #FA85CA: hue angle of 324.62º 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 #FA85CA is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250133202-
CMYK00.470.190.02
HSL324.62º92.13%75.1%-
HSV(B)324.62º46.8%98.04%-
XYZ58.4741.3660.78-
YUV175.85142.76180.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 133 (52.34% from 255) = 22.74%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=42.74%
G=22.74%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013320200.470.190.02324.6292.1375.1
HexFA85CA02F1321455c4b
Octal372205312057232505134113
Binary1111101010000101110010100101111100111010100010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85CA; }

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

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

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

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

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

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

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

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