#FA6FE6

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

Shades of Pale Magenta #FA6FE6

Tints of Pale Magenta #FA6FE6

Color information

#FA6FE6 (or 0xFA6FE6) is unknown color: approx Pale Magenta. HEX triplet: FA, 6F and E6. RGB value is (250,111,230). Sum of RGB (Red+Green+Blue) = 250+111+230=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 111 (43.75% from 255 or 18.78% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6FE6 is #059019. Grayscale: #A5A5A5. Windows color (decimal): -364570 or 15101946. OLE color: 15101946.

HSL color Cylindrical-coordinate representation of color #FA6FE6: hue angle of 308.63º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FE6 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250111230-
CMYK00.560.080.02
HSL308.63º93.29%70.78%-
HSV(B)308.63º55.6%98.04%-
XYZ59.3937.4178.95-
YUV166.13164.05187.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 111 (43.75% from 255) = 18.78%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=42.30%
G=18.78%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011123000.560.080.02308.6393.2970.78
HexFA6FE6038821355d47
Octal372157346070102465135107
Binary11111010110111111100110011100010001010011010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6FE6; }

 p { color: rgb(250,111,230); }

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

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

 a { background-color: rgb(250,111,230); }

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

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

 span { border-color: rgb(250,111,230); }

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