#F967DC

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

Shades of Free Speech Magenta #F967DC

Tints of Free Speech Magenta #F967DC

Color information

#F967DC (or 0xF967DC) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 67 and DC. RGB value is (249,103,220). Sum of RGB (Red+Green+Blue) = 249+103+220=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 103 (40.62% from 255 or 18.01% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F967DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F967DC is #069823. Grayscale: #9F9F9F. Windows color (decimal): -432164 or 14444537. OLE color: 14444537.

HSL color Cylindrical-coordinate representation of color #F967DC: hue angle of 311.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967DC is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249103220-
CMYK00.590.120.02
HSL311.92º92.41%69.02%-
HSV(B)311.92º58.63%97.65%-
XYZ56.8435.0171.47-
YUV159.99161.87191.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 103 (40.62% from 255) = 18.01%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=43.53%
G=18.01%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910322000.590.120.02311.9292.4169.02
HexF967DC03BC21385c45
Octal371147334073142470134105
Binary11111001110011111011100011101111001010011100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F967DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F967DC; }

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

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

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

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

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

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

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

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