#FA5BE1

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

Shades of Free Speech Magenta #FA5BE1

Tints of Free Speech Magenta #FA5BE1

Color information

#FA5BE1 (or 0xFA5BE1) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 5B and E1. RGB value is (250,91,225). Sum of RGB (Red+Green+Blue) = 250+91+225=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BE1 is #05A41E. Grayscale: #999999. Windows color (decimal): -369695 or 14769146. OLE color: 14769146.

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

Color convert

RGB25091225-
CMYK00.640.100.02
HSL309.43º94.08%66.86%-
HSV(B)309.43º63.6%98.04%-
XYZ56.7633.2474.66-
YUV153.82168.18196.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 91 (35.94% from 255) = 16.08%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=44.17%
G=16.08%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509122500.640.100.02309.4394.0866.86
HexFA5BE1040A21355e43
Octal3721333410100122465136103
Binary111110101011011111000010100000010101010011010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5BE1; }

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

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

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

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

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

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

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

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