#FA6DE4

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

Shades of Pale Magenta #FA6DE4

Tints of Pale Magenta #FA6DE4

Color information

#FA6DE4 (or 0xFA6DE4) is unknown color: approx Pale Magenta. HEX triplet: FA, 6D and E4. RGB value is (250,109,228). Sum of RGB (Red+Green+Blue) = 250+109+228=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DE4 is #05921B. Grayscale: #A4A4A4. Windows color (decimal): -365084 or 14970362. OLE color: 14970362.

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

Color convert

RGB250109228-
CMYK00.560.090.02
HSL309.36º93.38%70.39%-
HSV(B)309.36º56.4%98.04%-
XYZ58.936.8677.41-
YUV164.72163.71188.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 109 (42.97% from 255) = 18.57%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=42.59%
G=18.57%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010922800.560.090.02309.3693.3870.39
HexFA6DE4038921355d46
Octal372155344070112465135106
Binary11111010110110111100100011100010011010011010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6DE4; }

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

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

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

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

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

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

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

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