#FA69E6

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

Shades of Pale Magenta #FA69E6

Tints of Pale Magenta #FA69E6

Color information

#FA69E6 (or 0xFA69E6) is unknown color: approx Pale Magenta. HEX triplet: FA, 69 and E6. RGB value is (250,105,230). Sum of RGB (Red+Green+Blue) = 250+105+230=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69E6 is #059619. Grayscale: #A2A2A2. Windows color (decimal): -366106 or 15100410. OLE color: 15100410.

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

Color convert

RGB250105230-
CMYK00.580.080.02
HSL308.28º93.55%69.61%-
HSV(B)308.28º58%98.04%-
XYZ58.7636.1478.74-
YUV162.6166.04190.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.74%
GREEN value IS 105 (41.41% from 255) = 17.95%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=42.74%
G=17.95%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010523000.580.080.02308.2893.5569.61
HexFA69E603A821345e46
Octal372151346072102464136106
Binary11111010110100111100110011101010001010011010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69E6; }

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

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

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

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

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

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

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

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