#FA4FE3

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

Shades of Free Speech Magenta #FA4FE3

Tints of Free Speech Magenta #FA4FE3

Color information

#FA4FE3 (or 0xFA4FE3) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 4F and E3. RGB value is (250,79,227). Sum of RGB (Red+Green+Blue) = 250+79+227=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4FE3 is #05B01C. Grayscale: #929292. Windows color (decimal): -372765 or 14897146. OLE color: 14897146.

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

Color convert

RGB25079227-
CMYK00.680.090.02
HSL308.07º94.48%64.51%-
HSV(B)308.07º68.4%98.04%-
XYZ56.0931.4675.79-
YUV147173.15201.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 79 (31.25% from 255) = 14.21%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=44.96%
G=14.21%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507922700.680.090.02308.0794.4864.51
HexFA4FE3044921345e41
Octal3721173430104112464136101
Binary111110101001111111000110100010010011010011010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4FE3; }

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

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

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

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

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

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

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

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