#F748DF

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

Shades of Free Speech Magenta #F748DF

Tints of Free Speech Magenta #F748DF

Color information

#F748DF (or 0xF748DF) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 48 and DF. RGB value is (247,72,223). Sum of RGB (Red+Green+Blue) = 247+72+223=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F748DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748DF is #08B720. Grayscale: #8D8D8D. Windows color (decimal): -571169 or 14633207. OLE color: 14633207.

HSL color Cylindrical-coordinate representation of color #F748DF: hue angle of 308.23º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748DF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB24772223-
CMYK00.710.100.03
HSL308.23º91.62%62.55%-
HSV(B)308.23º70.85%96.86%-
XYZ53.9929.7472.71-
YUV141.54173.98203.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.57%
GREEN value IS 72 (28.52% from 255) = 13.28%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=45.57%
G=13.28%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477222300.710.100.03308.2391.6262.55
HexF748DF047A31345c3f
Octal367110337010712346413477
Binary11110111100100011011111010001111010111001101001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F748DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F748DF; }

 p { color: rgb(247,72,223); }

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

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

 a { background-color: rgb(247,72,223); }

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

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

 span { border-color: rgb(247,72,223); }

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