#FA84CA

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

Shades of Tea Rose #FA84CA

Tints of Tea Rose #FA84CA

Color information

#FA84CA (or 0xFA84CA) is unknown color: approx Tea Rose. HEX triplet: FA, 84 and CA. RGB value is (250,132,202). Sum of RGB (Red+Green+Blue) = 250+132+202=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84CA is #057B35. Grayscale: #AFAFAF. Windows color (decimal): -359222 or 13272314. OLE color: 13272314.

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

Color convert

RGB250132202-
CMYK00.470.190.02
HSL324.41º92.19%74.9%-
HSV(B)324.41º47.2%98.04%-
XYZ58.3441.0960.73-
YUV175.26143.09181.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 132 (51.95% from 255) = 22.60%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=42.81%
G=22.60%
B=34.59%

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
Decimal25013220200.470.190.02324.4192.1974.9
HexFA84CA02F1321445c4b
Octal372204312057232504134113
Binary1111101010000100110010100101111100111010100010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84CA; }

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

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

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

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

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

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

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

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