Html Css Color HEX #F04AE0 Free Speech Magenta

📋 copy color: '#F04AE0'

red 240 ◦ green 74 ◦ blue 224

#F04AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F04AE0

Tints of Free Speech Magenta #F04AE0

RGB

 RED value IS 240 (94.14% from 255) = 44.61%

 GREEN value IS 74 (29.3% 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 value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F04AE0 (or 0xF04AE0) is known color: 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

RGB 240 74 224 -
CMYK 0 0.69 0.07 0.06
HSL 305.78º 0.85% 0.62% -
HSV(B) 305.78º 0.69% 0.94% -
XYZ 51.84 28.8 73.35 -
YUV 140.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 240 74 224 0 0.69 0.07 0.06 305.78 0.85 0.62
Hex F0 4A E0 0 45 7 6 132 55 3E
Octal 360 112 340 0 105 7 6 462 125 76
Binary 11110000 1001010 11100000 0 1000101 111 110 100110010 1010101 111110

Color Harmonies of #F04AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AE0

Black with #F04AE0

Text Example


Text Example

White with #F04AE0

Text Example


Text Example

HTML Codes & Css Web 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>