#FA5FE4

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

Shades of Free Speech Magenta #FA5FE4

Tints of Free Speech Magenta #FA5FE4

Color information

#FA5FE4 (or 0xFA5FE4) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5F and E4. RGB value is (250,95,228). Sum of RGB (Red+Green+Blue) = 250+95+228=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FE4 is #05A01B. Grayscale: #9C9C9C. Windows color (decimal): -368668 or 14966778. OLE color: 14966778.

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

Color convert

RGB25095228-
CMYK00.620.090.02
HSL308.52º93.94%67.65%-
HSV(B)308.52º62%98.04%-
XYZ57.5234.1176.95-
YUV156.51168.35194.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 95 (37.5% from 255) = 16.58%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=43.63%
G=16.58%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509522800.620.090.02308.5293.9467.65
HexFA5FE403E921355e44
Octal372137344076112465136104
Binary11111010101111111100100011111010011010011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FE4; }

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

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

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

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

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

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

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

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