#F75ED3

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

Shades of Free Speech Magenta #F75ED3

Tints of Free Speech Magenta #F75ED3

Color information

#F75ED3 (or 0xF75ED3) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 5E and D3. RGB value is (247,94,211). Sum of RGB (Red+Green+Blue) = 247+94+211=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ED3 is #08A12C. Grayscale: #989898. Windows color (decimal): -565549 or 13852407. OLE color: 13852407.

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

Color convert

RGB24794211-
CMYK00.620.150.03
HSL314.12º90.53%66.86%-
HSV(B)314.12º61.94%96.86%-
XYZ54.1232.4865.05-
YUV153.08160.69194.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 94 (37.11% from 255) = 17.03%
BLUE value IS 211 (82.81% from 255) = 38.22%
R=44.75%
G=17.03%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479421100.620.150.03314.1290.5366.86
HexF75ED303EF313a5b43
Octal367136323076173472133103
Binary11110111101111011010011011111011111110011101010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75ED3; }

 p { color: rgb(247,94,211); }

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

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

 a { background-color: rgb(247,94,211); }

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

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

 span { border-color: rgb(247,94,211); }

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