#FB49E4

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

Shades of Free Speech Magenta #FB49E4

Tints of Free Speech Magenta #FB49E4

Color information

#FB49E4 (or 0xFB49E4) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 49 and E4. RGB value is (251,73,228). Sum of RGB (Red+Green+Blue) = 251+73+228=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49E4 is #04B61B. Grayscale: #8F8F8F. Windows color (decimal): -308764 or 14961147. OLE color: 14961147.

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

Color convert

RGB25173228-
CMYK00.710.090.02
HSL307.75º95.7%63.53%-
HSV(B)307.75º70.92%98.43%-
XYZ56.1730.8876.4-
YUV143.89175.47204.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 73 (28.91% from 255) = 13.22%
BLUE value IS 228 (89.45% from 255) = 41.30%
R=45.47%
G=13.22%
B=41.30%

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
Decimal2517322800.710.090.02307.7595.763.53
HexFB49E4047921346040
Octal3731113440107112464140100
Binary111110111001001111001000100011110011010011010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB49E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB49E4; }

 p { color: rgb(251,73,228); }

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

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

 a { background-color: rgb(251,73,228); }

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

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

 span { border-color: rgb(251,73,228); }

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