#FB5AE7

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

Shades of Free Speech Magenta #FB5AE7

Tints of Free Speech Magenta #FB5AE7

Color information

#FB5AE7 (or 0xFB5AE7) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 5A and E7. RGB value is (251,90,231). Sum of RGB (Red+Green+Blue) = 251+90+231=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AE7 is #04A518. Grayscale: #999999. Windows color (decimal): -304409 or 15162107. OLE color: 15162107.

HSL color Cylindrical-coordinate representation of color #FB5AE7: hue angle of 307.45º degrees, saturation: 0.95, 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 #FB5AE7 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB25190231-
CMYK00.640.080.02
HSL307.45º95.27%66.86%-
HSV(B)307.45º64.14%98.43%-
XYZ57.8633.5979.04-
YUV154.21171.34197.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 90 (35.55% from 255) = 15.73%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=43.88%
G=15.73%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519023100.640.080.02307.4595.2766.86
HexFB5AE7040821335f43
Octal3731323470100102463137103
Binary111110111011010111001110100000010001010011001110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5AE7; }

 p { color: rgb(251,90,231); }

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

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

 a { background-color: rgb(251,90,231); }

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

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

 span { border-color: rgb(251,90,231); }

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