#F65DDB

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

Shades of Free Speech Magenta #F65DDB

Tints of Free Speech Magenta #F65DDB

Color information

#F65DDB (or 0xF65DDB) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 5D and DB. RGB value is (246,93,219). Sum of RGB (Red+Green+Blue) = 246+93+219=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65DDB is #09A224. Grayscale: #989898. Windows color (decimal): -631333 or 14376438. OLE color: 14376438.

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

Color convert

RGB24693219-
CMYK00.620.110.04
HSL310.59º89.47%66.47%-
HSV(B)310.59º62.2%96.47%-
XYZ54.7132.5470.41-
YUV153.11165.19194.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 93 (36.72% from 255) = 16.67%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=44.09%
G=16.67%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469321900.620.110.04310.5989.4766.47
HexF65DDB03EB41375942
Octal366135333076134467131102
Binary111101101011101110110110111110101110010011011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65DDB; }

 p { color: rgb(246,93,219); }

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

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

 a { background-color: rgb(246,93,219); }

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

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

 span { border-color: rgb(246,93,219); }

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