#FB52E4

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

Shades of Free Speech Magenta #FB52E4

Tints of Free Speech Magenta #FB52E4

Color information

#FB52E4 (or 0xFB52E4) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 52 and E4. RGB value is (251,82,228). Sum of RGB (Red+Green+Blue) = 251+82+228=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52E4 is #04AD1B. Grayscale: #949494. Windows color (decimal): -306460 or 14963451. OLE color: 14963451.

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

Color convert

RGB25182228-
CMYK00.670.090.02
HSL308.17º95.48%65.29%-
HSV(B)308.17º67.33%98.43%-
XYZ56.832.1576.61-
YUV149.17172.49200.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 82 (32.42% from 255) = 14.62%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=44.74%
G=14.62%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518222800.670.090.02308.1795.4865.29
HexFB52E4043921345f41
Octal3731223440103112464137101
Binary111110111010010111001000100001110011010011010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB52E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB52E4; }

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

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

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

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

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

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

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

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