Html Css Color HEX #F04EDC Free Speech Magenta

📋 copy color: '#F04EDC'

red 240 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Magenta #F04EDC

Tints of Free Speech Magenta #F04EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 44.61%
G = 14.5%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F04EDC (or 0xF04EDC) is known color: Free Speech Magenta. HEX triplet: F0, 4E and DC. RGB value is (240,78,220). Sum of RGB (Red+Green+Blue) = 240+78+220=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EDC is #0FB123. Grayscale: #8E8E8E. Windows color (decimal): -1028388 or 14438128. OLE color: 14438128.

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

Color convert

RGB 240 78 220 -
CMYK 0 0.68 0.08 0.06
HSL 307.41º 0.84% 0.62% -
HSV(B) 307.41º 0.68% 0.94% -
XYZ 51.58 29.14 70.62 -
YUV 142.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 240 78 220 0 0.68 0.08 0.06 307.41 0.84 0.62
Hex F0 4E DC 0 44 8 6 133 54 3E
Octal 360 116 334 0 104 10 6 463 124 76
Binary 11110000 1001110 11011100 0 1000100 1000 110 100110011 1010100 111110

Color Harmonies of #F04EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EDC

Black with #F04EDC

Text Example


Text Example

White with #F04EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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