#FA5FE3

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

Shades of Free Speech Magenta #FA5FE3

Tints of Free Speech Magenta #FA5FE3

Color information

#FA5FE3 (or 0xFA5FE3) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5F and E3. RGB value is (250,95,227). Sum of RGB (Red+Green+Blue) = 250+95+227=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FE3 is #05A01C. Grayscale: #9C9C9C. Windows color (decimal): -368669 or 14901242. OLE color: 14901242.

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

Color convert

RGB25095227-
CMYK00.620.090.02
HSL308.9º93.94%67.65%-
HSV(B)308.9º62%98.04%-
XYZ57.3834.0576.22-
YUV156.39167.85194.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 95 (37.5% from 255) = 16.61%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=43.71%
G=16.61%
B=39.69%

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
Decimal2509522700.620.090.02308.993.9467.65
HexFA5FE303E921355e44
Octal372137343076112465136104
Binary11111010101111111100011011111010011010011010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5FE3; }

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

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

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

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

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

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

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

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