#F65AD3

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

Shades of Free Speech Magenta #F65AD3

Tints of Free Speech Magenta #F65AD3

Color information

#F65AD3 (or 0xF65AD3) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 5A and D3. RGB value is (246,90,211). Sum of RGB (Red+Green+Blue) = 246+90+211=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65AD3 is #09A52C. Grayscale: #969696. Windows color (decimal): -632109 or 13851382. OLE color: 13851382.

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

Color convert

RGB24690211-
CMYK00.630.140.04
HSL313.46º89.66%65.88%-
HSV(B)313.46º63.41%96.47%-
XYZ53.4231.6164.91-
YUV150.44162.18196.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.97%
GREEN value IS 90 (35.55% from 255) = 16.45%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=44.97%
G=16.45%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469021100.630.140.04313.4689.6665.88
HexF65AD303FE41395a42
Octal366132323077164471132102
Binary111101101011010110100110111111111010010011100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65AD3; }

 p { color: rgb(246,90,211); }

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

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

 a { background-color: rgb(246,90,211); }

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

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

 span { border-color: rgb(246,90,211); }

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