#FA4FE8

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

Shades of Free Speech Magenta #FA4FE8

Tints of Free Speech Magenta #FA4FE8

Color information

#FA4FE8 (or 0xFA4FE8) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 4F and E8. RGB value is (250,79,232). Sum of RGB (Red+Green+Blue) = 250+79+232=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 79 (31.25% from 255 or 14.08% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FE8 is #05B017. Grayscale: #939393. Windows color (decimal): -372760 or 15224826. OLE color: 15224826.

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

Color convert

RGB25079232-
CMYK00.680.070.02
HSL306.32º94.48%64.51%-
HSV(B)306.32º68.4%98.04%-
XYZ56.7931.7479.48-
YUV147.57175.65201.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 79 (31.25% from 255) = 14.08%
BLUE value IS 232 (91.02% from 255) = 41.35%
R=44.56%
G=14.08%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507923200.680.070.02306.3294.4864.51
HexFA4FE8044721325e41
Octal372117350010472462136101
Binary11111010100111111101000010001001111010011001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4FE8; }

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

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

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

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

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

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

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

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