#F741F0

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

Shades of Free Speech Magenta #F741F0

Tints of Free Speech Magenta #F741F0

Color information

#F741F0 (or 0xF741F0) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 41 and F0. RGB value is (247,65,240). Sum of RGB (Red+Green+Blue) = 247+65+240=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 65 (25.78% from 255 or 11.78% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F741F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741F0 is #08BE0F. Grayscale: #8A8A8A. Windows color (decimal): -572944 or 15745527. OLE color: 15745527.

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

Color convert

RGB24765240-
CMYK00.740.030.03
HSL302.31º91.92%61.18%-
HSV(B)302.31º73.68%96.86%-
XYZ55.9829.8585.25-
YUV139.37184.8204.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 65 (25.78% from 255) = 11.78%
BLUE value IS 240 (94.14% from 255) = 43.48%
R=44.75%
G=11.78%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476524000.740.030.03302.3191.9261.18
HexF741F004A3312e5c3d
Octal36710136001123345613475
Binary111101111000001111100000100101011111001011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F741F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F741F0; }

 p { color: rgb(247,65,240); }

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

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

 a { background-color: rgb(247,65,240); }

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

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

 span { border-color: rgb(247,65,240); }

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