Html Css Color HEX #F04EE5 Free Speech Magenta

📋 copy color: '#F04EE5'

red 240 ◦ green 78 ◦ blue 229

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

Shades of Free Speech Magenta #F04EE5

Tints of Free Speech Magenta #F04EE5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.26%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 43.88%
G = 14.26%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F04EE5 (or 0xF04EE5) is known color: Free Speech Magenta. HEX triplet: F0, 4E and E5. RGB value is (240,78,229). Sum of RGB (Red+Green+Blue) = 240+78+229=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EE5 is #0FB11A. Grayscale: #8F8F8F. Windows color (decimal): -1028379 or 15027952. OLE color: 15027952.

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

Color convert

RGB 240 78 229 -
CMYK 0 0.68 0.05 0.06
HSL 304.07º 0.84% 0.62% -
HSV(B) 304.07º 0.68% 0.94% -
XYZ 52.8 29.63 77.07 -
YUV 143.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 240 78 229 0 0.68 0.05 0.06 304.07 0.84 0.62
Hex F0 4E E5 0 44 5 6 130 54 3E
Octal 360 116 345 0 104 5 6 460 124 76
Binary 11110000 1001110 11100101 0 1000100 101 110 100110000 1010100 111110

Color Harmonies of #F04EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EE5

Black with #F04EE5

Text Example


Text Example

White with #F04EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EE5; }

 p { color: rgb(240,78,229); }

 H1.HeaderClassName
 {
   color: #F04EE5;
 }
 .AnyTagClassName
 {
   color: #F04EE5;
 }
</style>

background-color css

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

 a { background-color: rgb(240,78,229); }

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

border-color css

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

 span { border-color: rgb(240,78,229); }

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