#FB4AE5

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

Shades of Free Speech Magenta #FB4AE5

Tints of Free Speech Magenta #FB4AE5

Color information

#FB4AE5 (or 0xFB4AE5) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 4A and E5. RGB value is (251,74,229). Sum of RGB (Red+Green+Blue) = 251+74+229=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AE5 is #04B51A. Grayscale: #909090. Windows color (decimal): -308507 or 15026939. OLE color: 15026939.

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

Color convert

RGB25174229-
CMYK00.710.090.02
HSL307.46º95.68%63.73%-
HSV(B)307.46º70.52%98.43%-
XYZ56.3831.0677.15-
YUV144.59175.64203.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 74 (29.30% from 255) = 13.36%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=45.31%
G=13.36%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517422900.710.090.02307.4695.6863.73
HexFB4AE5047921336040
Octal3731123450107112463140100
Binary111110111001010111001010100011110011010011001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4AE5; }

 p { color: rgb(251,74,229); }

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

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

 a { background-color: rgb(251,74,229); }

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

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

 span { border-color: rgb(251,74,229); }

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