#FB5DDC

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

Shades of Free Speech Magenta #FB5DDC

Tints of Free Speech Magenta #FB5DDC

Color information

#FB5DDC (or 0xFB5DDC) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 5D and DC. RGB value is (251,93,220). Sum of RGB (Red+Green+Blue) = 251+93+220=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DDC is #04A223. Grayscale: #9A9A9A. Windows color (decimal): -303652 or 14441979. OLE color: 14441979.

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

Color convert

RGB25193220-
CMYK00.630.120.02
HSL311.77º95.18%67.45%-
HSV(B)311.77º62.95%98.43%-
XYZ56.6233.5171.19-
YUV154.72164.85196.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.50%
GREEN value IS 93 (36.72% from 255) = 16.49%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=44.50%
G=16.49%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519322000.630.120.02311.7795.1867.45
HexFB5DDC03FC21385f43
Octal373135334077142470137103
Binary11111011101110111011100011111111001010011100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5DDC; }

 p { color: rgb(251,93,220); }

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

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

 a { background-color: rgb(251,93,220); }

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

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

 span { border-color: rgb(251,93,220); }

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