#F060DC

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

Shades of Free Speech Magenta #F060DC

Tints of Free Speech Magenta #F060DC

Color information

#F060DC (or 0xF060DC) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 60 and DC. RGB value is (240,96,220). Sum of RGB (Red+Green+Blue) = 240+96+220=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F060DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060DC is #0F9F23. Grayscale: #989898. Windows color (decimal): -1023780 or 14442736. OLE color: 14442736.

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

Color convert

RGB24096220-
CMYK00.60.080.06
HSL308.33º82.76%65.88%-
HSV(B)308.33º60%94.12%-
XYZ53.0432.0671.1-
YUV153.19165.71189.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.17%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=43.17%
G=17.27%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409622000.60.080.06308.3382.7665.88
HexF060DC03C861345342
Octal360140334074106464123102
Binary111100001100000110111000111100100011010011010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060DC; }

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

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

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

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

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

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

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

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