#fa63e0

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

Shades of Free Speech Magenta #FA63E0

Tints of Free Speech Magenta #FA63E0

Color information

#FA63E0 (or 0xFA63E0) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 63 and E0. RGB value is (250,99,224). Sum of RGB (Red+Green+Blue) = 250+99+224=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 99 (39.06% from 255 or 17.28% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63E0 is #059C1F. Grayscale: #9E9E9E. Windows color (decimal): -367648 or 14705658. OLE color: 14705658.

HSL color Cylindrical-coordinate representation of color #FA63E0: hue angle of 310.33º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63E0 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB25099224-
CMYK00.600.100.02
HSL310.33º93.79%68.43%-
HSV(B)310.33º60.4%98.04%-
XYZ57.3434.6374.18-
YUV158.4165.03193.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 99 (39.06% from 255) = 17.28%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=43.63%
G=17.28%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509922400.600.100.02310.3393.7968.43
HexFA63E003CA21365e44
Octal372143340074122466136104
Binary11111010110001111100000011110010101010011011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa63e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa63e0; }

 p { color: rgb(250,99,224); }

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

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

 a { background-color: rgb(250,99,224); }

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

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

 span { border-color: rgb(250,99,224); }

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