#F75FD6

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

Shades of Free Speech Magenta #F75FD6

Tints of Free Speech Magenta #F75FD6

Color information

#F75FD6 (or 0xF75FD6) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 5F and D6. RGB value is (247,95,214). Sum of RGB (Red+Green+Blue) = 247+95+214=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FD6 is #08A029. Grayscale: #999999. Windows color (decimal): -565290 or 14049271. OLE color: 14049271.

HSL color Cylindrical-coordinate representation of color #F75FD6: hue angle of 313.03º 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 #F75FD6 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB24795214-
CMYK00.620.130.03
HSL313.03º90.48%67.06%-
HSV(B)313.03º61.54%96.86%-
XYZ54.5932.8167.07-
YUV154.01161.86194.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.42%
GREEN value IS 95 (37.5% from 255) = 17.09%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=44.42%
G=17.09%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479521400.620.130.03313.0390.4867.06
HexF75FD603ED31395a43
Octal367137326076153471132103
Binary11110111101111111010110011111011011110011100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75FD6; }

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

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

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

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

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

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

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

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