#FB58E4

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

Shades of Free Speech Magenta #FB58E4

Tints of Free Speech Magenta #FB58E4

Color information

#FB58E4 (or 0xFB58E4) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 58 and E4. RGB value is (251,88,228). Sum of RGB (Red+Green+Blue) = 251+88+228=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 88 (34.77% from 255 or 15.52% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB58E4 is #04A71B. Grayscale: #989898. Windows color (decimal): -304924 or 14964987. OLE color: 14964987.

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

Color convert

RGB25188228-
CMYK00.650.090.02
HSL308.47º95.32%66.47%-
HSV(B)308.47º64.94%98.43%-
XYZ57.2833.0976.77-
YUV152.7170.5198.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 88 (34.77% from 255) = 15.52%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=44.27%
G=15.52%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518822800.650.090.02308.4795.3266.47
HexFB58E4041921345f42
Octal3731303440101112464137102
Binary111110111011000111001000100000110011010011010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58E4; }

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

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

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

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

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

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

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

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