Html Css Color HEX #F04EE6 Free Speech Magenta

📋 copy color: '#F04EE6'

red 240 ◦ green 78 ◦ blue 230

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

Shades of Free Speech Magenta #F04EE6

Tints of Free Speech Magenta #F04EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 43.8%
G = 14.23%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F04EE6 (or 0xF04EE6) is known color: Free Speech Magenta. HEX triplet: F0, 4E and E6. RGB value is (240,78,230). Sum of RGB (Red+Green+Blue) = 240+78+230=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EE6 is #0FB119. Grayscale: #8F8F8F. Windows color (decimal): -1028378 or 15093488. OLE color: 15093488.

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

Color convert

RGB 240 78 230 -
CMYK 0 0.68 0.04 0.06
HSL 303.7º 0.84% 0.62% -
HSV(B) 303.7º 0.68% 0.94% -
XYZ 52.94 29.69 77.8 -
YUV 143.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 240 78 230 0 0.68 0.04 0.06 303.7 0.84 0.62
Hex F0 4E E6 0 44 4 6 130 54 3E
Octal 360 116 346 0 104 4 6 460 124 76
Binary 11110000 1001110 11100110 0 1000100 100 110 100110000 1010100 111110

Color Harmonies of #F04EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EE6

Black with #F04EE6

Text Example


Text Example

White with #F04EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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