#FA51EA

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

Shades of Free Speech Magenta #FA51EA

Tints of Free Speech Magenta #FA51EA

Color information

#FA51EA (or 0xFA51EA) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 51 and EA. RGB value is (250,81,234). Sum of RGB (Red+Green+Blue) = 250+81+234=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 81 (32.03% from 255 or 14.34% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA51EA is #05AE15. Grayscale: #949494. Windows color (decimal): -372246 or 15356410. OLE color: 15356410.

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

Color convert

RGB25081234-
CMYK00.680.060.02
HSL305.68º94.41%64.9%-
HSV(B)305.68º67.6%98.04%-
XYZ57.2232.1581.03-
YUV148.97175.99200.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 81 (32.03% from 255) = 14.34%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=44.25%
G=14.34%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508123400.680.060.02305.6894.4164.9
HexFA51EA044621325e41
Octal372121352010462462136101
Binary11111010101000111101010010001001101010011001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA51EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA51EA; }

 p { color: rgb(250,81,234); }

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

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

 a { background-color: rgb(250,81,234); }

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

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

 span { border-color: rgb(250,81,234); }

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