#F368DC

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

Shades of Free Speech Magenta #F368DC

Tints of Free Speech Magenta #F368DC

Color information

#F368DC (or 0xF368DC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 68 and DC. RGB value is (243,104,220). Sum of RGB (Red+Green+Blue) = 243+104+220=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F368DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368DC is #0C9723. Grayscale: #9E9E9E. Windows color (decimal): -825124 or 14444787. OLE color: 14444787.

HSL color Cylindrical-coordinate representation of color #F368DC: hue angle of 309.93º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368DC is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243104220-
CMYK00.570.090.05
HSL309.93º85.28%68.04%-
HSV(B)309.93º57.2%95.29%-
XYZ54.8334.1271.41-
YUV158.78162.55188.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 18.34%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=42.86%
G=18.34%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310422000.570.090.05309.9385.2868.04
HexF368DC039951365544
Octal363150334071115466125104
Binary111100111101000110111000111001100110110011011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F368DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F368DC; }

 p { color: rgb(243,104,220); }

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

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

 a { background-color: rgb(243,104,220); }

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

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

 span { border-color: rgb(243,104,220); }

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