#F75FDC

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

Shades of Free Speech Magenta #F75FDC

Tints of Free Speech Magenta #F75FDC

Color information

#F75FDC (or 0xF75FDC) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 5F and DC. RGB value is (247,95,220). Sum of RGB (Red+Green+Blue) = 247+95+220=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FDC is #08A023. Grayscale: #9A9A9A. Windows color (decimal): -565284 or 14442487. OLE color: 14442487.

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

Color convert

RGB24795220-
CMYK00.620.110.03
HSL310.66º90.48%67.06%-
HSV(B)310.66º61.54%96.86%-
XYZ55.3733.1371.19-
YUV154.7164.86193.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 95 (37.5% from 255) = 16.90%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=43.95%
G=16.90%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479522000.620.110.03310.6690.4867.06
HexF75FDC03EB31375a43
Octal367137334076133467132103
Binary11110111101111111011100011111010111110011011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FDC; }

 p { color: rgb(247,95,220); }

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

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

 a { background-color: rgb(247,95,220); }

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

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

 span { border-color: rgb(247,95,220); }

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