#F04AE0

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

Shades of Free Speech Magenta #F04AE0

Tints of Free Speech Magenta #F04AE0

Color information

#F04AE0 (or 0xF04AE0) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4A and E0. RGB value is (240,74,224). Sum of RGB (Red+Green+Blue) = 240+74+224=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04AE0 is #0FB51F. Grayscale: #8C8C8C. Windows color (decimal): -1029408 or 14699248. OLE color: 14699248.

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

Color convert

RGB24074224-
CMYK00.690.070.06
HSL305.78º84.69%61.57%-
HSV(B)305.78º69.17%94.12%-
XYZ51.8428.873.35-
YUV140.73175198.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 74 (29.30% from 255) = 13.75%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=44.61%
G=13.75%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407422400.690.070.06305.7884.6961.57
HexF04AE004576132553e
Octal36011234001057646212576
Binary11110000100101011100000010001011111101001100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04AE0; }

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

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

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

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

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

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

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

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