#F660DF

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

Shades of Free Speech Magenta #F660DF

Tints of Free Speech Magenta #F660DF

Color information

#F660DF (or 0xF660DF) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 60 and DF. RGB value is (246,96,223). Sum of RGB (Red+Green+Blue) = 246+96+223=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F660DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F660DF is #099F20. Grayscale: #9A9A9A. Windows color (decimal): -630561 or 14639350. OLE color: 14639350.

HSL color Cylindrical-coordinate representation of color #F660DF: hue angle of 309.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F660DF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB24696223-
CMYK00.610.090.04
HSL309.2º89.29%67.06%-
HSV(B)309.2º60.98%96.47%-
XYZ55.5133.2973.31-
YUV155.33166.2192.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 96 (37.89% from 255) = 16.99%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=43.54%
G=16.99%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469622300.610.090.04309.289.2967.06
HexF660DF03D941355943
Octal366140337075114465131103
Binary111101101100000110111110111101100110010011010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F660DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F660DF; }

 p { color: rgb(246,96,223); }

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

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

 a { background-color: rgb(246,96,223); }

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

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

 span { border-color: rgb(246,96,223); }

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