#F04AE7

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

Shades of Free Speech Magenta #F04AE7

Tints of Free Speech Magenta #F04AE7

Color information

#F04AE7 (or 0xF04AE7) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 4A and E7. RGB value is (240,74,231). Sum of RGB (Red+Green+Blue) = 240+74+231=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F04AE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AE7 is #0FB518. Grayscale: #8D8D8D. Windows color (decimal): -1029401 or 15158000. OLE color: 15158000.

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

Color convert

RGB24074231-
CMYK00.690.040.06
HSL303.25º84.69%61.57%-
HSV(B)303.25º69.17%94.12%-
XYZ52.8129.1978.45-
YUV141.53178.5198.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 74 (29.30% from 255) = 13.58%
BLUE value IS 231 (90.62% from 255) = 42.39%
R=44.04%
G=13.58%
B=42.39%

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
Decimal2407423100.690.040.06303.2584.6961.57
HexF04AE70454612f553e
Octal36011234701054645712576
Binary11110000100101011100111010001011001101001011111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04AE7; }

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

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

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

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

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

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

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

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