#F04AE9

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

Shades of Free Speech Magenta #F04AE9

Tints of Free Speech Magenta #F04AE9

Color information

#F04AE9 (or 0xF04AE9) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4A and E9. RGB value is (240,74,233). Sum of RGB (Red+Green+Blue) = 240+74+233=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AE9 is #0FB516. Grayscale: #8D8D8D. Windows color (decimal): -1029399 or 15289072. OLE color: 15289072.

HSL color Cylindrical-coordinate representation of color #F04AE9: hue angle of 302.53º 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 #F04AE9 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB24074233-
CMYK00.690.030.06
HSL302.53º84.69%61.57%-
HSV(B)302.53º69.17%94.12%-
XYZ53.0929.3179.95-
YUV141.76179.5198.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 74 (29.30% from 255) = 13.53%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=43.88%
G=13.53%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407423300.690.030.06302.5384.6961.57
HexF04AE90453612f553e
Octal36011235101053645712576
Binary1111000010010101110100101000101111101001011111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04AE9; }

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

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

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

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

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

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

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

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