#FA5FE2

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

Shades of Free Speech Magenta #FA5FE2

Tints of Free Speech Magenta #FA5FE2

Color information

#FA5FE2 (or 0xFA5FE2) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5F and E2. RGB value is (250,95,226). Sum of RGB (Red+Green+Blue) = 250+95+226=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FE2 is #05A01D. Grayscale: #9B9B9B. Windows color (decimal): -368670 or 14835706. OLE color: 14835706.

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

Color convert

RGB25095226-
CMYK00.620.100.02
HSL309.29º93.94%67.65%-
HSV(B)309.29º62%98.04%-
XYZ57.243475.5-
YUV156.28167.35194.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 95 (37.5% from 255) = 16.64%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=43.78%
G=16.64%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509522600.620.100.02309.2993.9467.65
HexFA5FE203EA21355e44
Octal372137342076122465136104
Binary11111010101111111100010011111010101010011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FE2; }

 p { color: rgb(250,95,226); }

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

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

 a { background-color: rgb(250,95,226); }

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

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

 span { border-color: rgb(250,95,226); }

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