#FA53E8

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

Shades of Free Speech Magenta #FA53E8

Tints of Free Speech Magenta #FA53E8

Color information

#FA53E8 (or 0xFA53E8) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 53 and E8. RGB value is (250,83,232). Sum of RGB (Red+Green+Blue) = 250+83+232=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 83 (32.81% from 255 or 14.69% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53E8 is #05AC17. Grayscale: #959595. Windows color (decimal): -371736 or 15225850. OLE color: 15225850.

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

Color convert

RGB25083232-
CMYK00.670.070.02
HSL306.47º94.35%65.29%-
HSV(B)306.47º66.8%98.04%-
XYZ57.0832.3479.58-
YUV149.92174.33199.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 83 (32.81% from 255) = 14.69%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=44.25%
G=14.69%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508323200.670.070.02306.4794.3565.29
HexFA53E8043721325e41
Octal372123350010372462136101
Binary11111010101001111101000010000111111010011001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA53E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA53E8; }

 p { color: rgb(250,83,232); }

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

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

 a { background-color: rgb(250,83,232); }

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

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

 span { border-color: rgb(250,83,232); }

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