#FA85F0

Color #FA85F0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FA85F0

Tints of Pale Magenta #FA85F0

Color information

#FA85F0 (or 0xFA85F0) is unknown color: approx Pale Magenta. HEX triplet: FA, 85 and F0. RGB value is (250,133,240). Sum of RGB (Red+Green+Blue) = 250+133+240=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA85F0 is #057A0F. Grayscale: #B3B3B3. Windows color (decimal): -358928 or 15762938. OLE color: 15762938.

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

Color convert

RGB250133240-
CMYK00.470.040.02
HSL305.13º92.13%75.1%-
HSV(B)305.13º46.8%98.04%-
XYZ63.5443.3987.46-
YUV180.18161.76177.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 21.35%
BLUE value IS 240 (94.14% from 255) = 38.52%
R=40.13%
G=21.35%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013324000.470.040.02305.1392.1375.1
HexFA85F002F421315c4b
Octal37220536005742461134113
Binary11111010100001011111000001011111001010011000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85F0; }

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

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

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

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

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

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

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

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