#FA54E1

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

Shades of Free Speech Magenta #FA54E1

Tints of Free Speech Magenta #FA54E1

Color information

#FA54E1 (or 0xFA54E1) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 54 and E1. RGB value is (250,84,225). Sum of RGB (Red+Green+Blue) = 250+84+225=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 84 (33.20% from 255 or 15.03% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54E1 is #05AB1E. Grayscale: #959595. Windows color (decimal): -371487 or 14767354. OLE color: 14767354.

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

Color convert

RGB25084225-
CMYK00.660.100.02
HSL309.04º94.32%65.49%-
HSV(B)309.04º66.4%98.04%-
XYZ56.1932.174.47-
YUV149.71170.5199.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 84 (33.20% from 255) = 15.03%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=44.72%
G=15.03%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508422500.660.100.02309.0494.3265.49
HexFA54E1042A21355e41
Octal3721243410102122465136101
Binary111110101010100111000010100001010101010011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA54E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA54E1; }

 p { color: rgb(250,84,225); }

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

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

 a { background-color: rgb(250,84,225); }

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

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

 span { border-color: rgb(250,84,225); }

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