Html Css Color HEX #F04EDD Free Speech Magenta

📋 copy color: '#F04EDD'

red 240 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #F04EDD

Tints of Free Speech Magenta #F04EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 44.53%
G = 14.47%
B = 41%

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

#F04EDD (or 0xF04EDD) is known color: Free Speech Magenta. HEX triplet: F0, 4E and DD. RGB value is (240,78,221). Sum of RGB (Red+Green+Blue) = 240+78+221=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 78 (30.86% from 255 or 14.47% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EDD is #0FB122. Grayscale: #8E8E8E. Windows color (decimal): -1028387 or 14503664. OLE color: 14503664.

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

Color convert

RGB 240 78 221 -
CMYK 0 0.68 0.08 0.06
HSL 307.04º 0.84% 0.62% -
HSV(B) 307.04º 0.68% 0.94% -
XYZ 51.71 29.19 71.32 -
YUV 142.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 240 78 221 0 0.68 0.08 0.06 307.04 0.84 0.62
Hex F0 4E DD 0 44 8 6 133 54 3E
Octal 360 116 335 0 104 10 6 463 124 76
Binary 11110000 1001110 11011101 0 1000100 1000 110 100110011 1010100 111110

Color Harmonies of #F04EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EDD

Black with #F04EDD

Text Example


Text Example

White with #F04EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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