#FA4CE7

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

Shades of Free Speech Magenta #FA4CE7

Tints of Free Speech Magenta #FA4CE7

Color information

#FA4CE7 (or 0xFA4CE7) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 4C and E7. RGB value is (250,76,231). Sum of RGB (Red+Green+Blue) = 250+76+231=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CE7 is #05B318. Grayscale: #919191. Windows color (decimal): -373529 or 15158522. OLE color: 15158522.

HSL color Cylindrical-coordinate representation of color #FA4CE7: hue angle of 306.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CE7 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB25076231-
CMYK00.700.080.02
HSL306.55º94.57%63.92%-
HSV(B)306.55º69.6%98.04%-
XYZ56.4331.2678.66-
YUV145.7176.15202.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 76 (30.08% from 255) = 13.64%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=44.88%
G=13.64%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507623100.700.080.02306.5594.5763.92
HexFA4CE7046821335f40
Octal3721143470106102463137100
Binary111110101001100111001110100011010001010011001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4CE7; }

 p { color: rgb(250,76,231); }

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

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

 a { background-color: rgb(250,76,231); }

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

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

 span { border-color: rgb(250,76,231); }

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