#F867DC

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

Shades of Free Speech Magenta #F867DC

Tints of Free Speech Magenta #F867DC

Color information

#F867DC (or 0xF867DC) is unknown color: approx Free Speech Magenta. HEX triplet: F8, 67 and DC. RGB value is (248,103,220). Sum of RGB (Red+Green+Blue) = 248+103+220=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 103 (40.62% from 255 or 18.04% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F867DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867DC is #079823. Grayscale: #9F9F9F. Windows color (decimal): -497700 or 14444536. OLE color: 14444536.

HSL color Cylindrical-coordinate representation of color #F867DC: hue angle of 311.59º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F867DC is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248103220-
CMYK00.580.110.03
HSL311.59º91.19%68.82%-
HSV(B)311.59º58.47%97.25%-
XYZ56.4834.8271.46-
YUV159.69162.04190.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 103 (40.62% from 255) = 18.04%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=43.43%
G=18.04%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810322000.580.110.03311.5991.1968.82
HexF867DC03AB31385b45
Octal370147334072133470133105
Binary11111000110011111011100011101010111110011100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F867DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F867DC; }

 p { color: rgb(248,103,220); }

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

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

 a { background-color: rgb(248,103,220); }

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

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

 span { border-color: rgb(248,103,220); }

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