#F04AE6

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

Shades of Free Speech Magenta #F04AE6

Tints of Free Speech Magenta #F04AE6

Color information

#F04AE6 (or 0xF04AE6) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4A and E6. RGB value is (240,74,230). Sum of RGB (Red+Green+Blue) = 240+74+230=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AE6 is #0FB519. Grayscale: #8C8C8C. Windows color (decimal): -1029402 or 15092464. OLE color: 15092464.

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

Color convert

RGB24074230-
CMYK00.690.040.06
HSL303.61º84.69%61.57%-
HSV(B)303.61º69.17%94.12%-
XYZ52.6729.1477.71-
YUV141.42178198.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.12%
GREEN value IS 74 (29.30% from 255) = 13.60%
BLUE value IS 230 (90.23% from 255) = 42.28%
R=44.12%
G=13.60%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407423000.690.040.06303.6184.6961.57
HexF04AE604546130553e
Octal36011234601054646012576
Binary11110000100101011100110010001011001101001100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04AE6; }

 p { color: rgb(240,74,230); }

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

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

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

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

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

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

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