#F040F0

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

Shades of Free Speech Magenta #F040F0

Tints of Free Speech Magenta #F040F0

Color information

#F040F0 (or 0xF040F0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 40 and F0. RGB value is (240,64,240). Sum of RGB (Red+Green+Blue) = 240+64+240=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 64 (25.39% from 255 or 11.76% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F040F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040F0 is #0FBF0F. Grayscale: #888888. Windows color (decimal): -1031952 or 15745264. OLE color: 15745264.

HSL color Cylindrical-coordinate representation of color #F040F0: hue angle of 300º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040F0 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB24064240-
CMYK00.7300.06
HSL300º85.44%59.61%-
HSV(B)300º73.33%94.12%-
XYZ53.528.4885.12-
YUV136.69186.31201.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 64 (25.39% from 255) = 11.76%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=44.12%
G=11.76%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406424000.7300.0630085.4459.61
HexF040F00490612c553c
Octal36010036001110645412574
Binary111100001000000111100000100100101101001011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F040F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F040F0; }

 p { color: rgb(240,64,240); }

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

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

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

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

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

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

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