#F065DC

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

Shades of Free Speech Magenta #F065DC

Tints of Free Speech Magenta #F065DC

Color information

#F065DC (or 0xF065DC) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 65 and DC. RGB value is (240,101,220). Sum of RGB (Red+Green+Blue) = 240+101+220=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F065DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065DC is #0F9A23. Grayscale: #9B9B9B. Windows color (decimal): -1022500 or 14444016. OLE color: 14444016.

HSL color Cylindrical-coordinate representation of color #F065DC: hue angle of 308.63º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065DC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240101220-
CMYK00.580.080.06
HSL308.63º82.25%66.86%-
HSV(B)308.63º57.92%94.12%-
XYZ53.513371.26-
YUV156.13164.05187.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=42.78%
G=18.00%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010122000.580.080.06308.6382.2566.86
HexF065DC03A861355243
Octal360145334072106465122103
Binary111100001100101110111000111010100011010011010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065DC; }

 p { color: rgb(240,101,220); }

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

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

 a { background-color: rgb(240,101,220); }

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

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

 span { border-color: rgb(240,101,220); }

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