#FB60DD

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

Shades of Free Speech Magenta #FB60DD

Tints of Free Speech Magenta #FB60DD

Color information

#FB60DD (or 0xFB60DD) is unknown color: approx Free Speech Magenta. HEX triplet: FB, 60 and DD. RGB value is (251,96,221). Sum of RGB (Red+Green+Blue) = 251+96+221=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60DD is #049F22. Grayscale: #9C9C9C. Windows color (decimal): -302883 or 14508283. OLE color: 14508283.

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

Color convert

RGB25196221-
CMYK00.620.120.02
HSL311.61º95.09%68.04%-
HSV(B)311.61º61.75%98.43%-
XYZ57.0234.171.98-
YUV156.59164.35195.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 16.90%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=44.19%
G=16.90%
B=38.91%

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
Decimal2519622100.620.120.02311.6195.0968.04
HexFB60DD03EC21385f44
Octal373140335076142470137104
Binary11111011110000011011101011111011001010011100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB60DD; }

 p { color: rgb(251,96,221); }

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

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

 a { background-color: rgb(251,96,221); }

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

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

 span { border-color: rgb(251,96,221); }

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