#FB5FDE

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

Shades of Free Speech Magenta #FB5FDE

Tints of Free Speech Magenta #FB5FDE

Color information

#FB5FDE (or 0xFB5FDE) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 5F and DE. RGB value is (251,95,222). Sum of RGB (Red+Green+Blue) = 251+95+222=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5FDE is #04A021. Grayscale: #9B9B9B. Windows color (decimal): -303138 or 14573563. OLE color: 14573563.

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

Color convert

RGB25195222-
CMYK00.620.120.02
HSL311.15º95.12%67.84%-
HSV(B)311.15º62.15%98.43%-
XYZ57.0633.9772.66-
YUV156.12165.18195.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 95 (37.5% from 255) = 16.73%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=44.19%
G=16.73%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519522200.620.120.02311.1595.1267.84
HexFB5FDE03EC21375f44
Octal373137336076142467137104
Binary11111011101111111011110011111011001010011011110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5FDE; }

 p { color: rgb(251,95,222); }

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

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

 a { background-color: rgb(251,95,222); }

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

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

 span { border-color: rgb(251,95,222); }

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