#FA69E4

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

Shades of Pale Magenta #FA69E4

Tints of Pale Magenta #FA69E4

Color information

#FA69E4 (or 0xFA69E4) is unknown color: approx Pale Magenta. HEX triplet: FA, 69 and E4. RGB value is (250,105,228). Sum of RGB (Red+Green+Blue) = 250+105+228=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69E4 is #05961B. Grayscale: #A2A2A2. Windows color (decimal): -366108 or 14969338. OLE color: 14969338.

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

Color convert

RGB250105228-
CMYK00.580.090.02
HSL309.1º93.55%69.61%-
HSV(B)309.1º58%98.04%-
XYZ58.4836.0377.27-
YUV162.38165.04190.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 105 (41.41% from 255) = 18.01%
BLUE value IS 228 (89.45% from 255) = 39.11%
R=42.88%
G=18.01%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010522800.580.090.02309.193.5569.61
HexFA69E403A921355e46
Octal372151344072112465136106
Binary11111010110100111100100011101010011010011010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69E4; }

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

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

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

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

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

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

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

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