Html Css Color HEX #F04EC7 Free Speech Magenta

📋 copy color: '#F04EC7'

red 240 ◦ green 78 ◦ blue 199

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

Shades of Free Speech Magenta #F04EC7

Tints of Free Speech Magenta #F04EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.49%

R = 46.42%
G = 15.09%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F04EC7 (or 0xF04EC7) is known color: Free Speech Magenta. HEX triplet: F0, 4E and C7. RGB value is (240,78,199). Sum of RGB (Red+Green+Blue) = 240+78+199=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F04EC7 is #0FB138. Grayscale: #8B8B8B. Windows color (decimal): -1028409 or 13061872. OLE color: 13061872.

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

Color convert

RGB 240 78 199 -
CMYK 0 0.68 0.17 0.06
HSL 315.19º 0.84% 0.62% -
HSV(B) 315.19º 0.68% 0.94% -
XYZ 48.97 28.1 56.88 -
YUV 140.23 161.17 199.16 -
System Red Green Blue C M Y K H S L
Decimal 240 78 199 0 0.68 0.17 0.06 315.19 0.84 0.62
Hex F0 4E C7 0 44 11 6 13B 54 3E
Octal 360 116 307 0 104 21 6 473 124 76
Binary 11110000 1001110 11000111 0 1000100 10001 110 100111011 1010100 111110

Color Harmonies of #F04EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EC7

Black with #F04EC7

Text Example


Text Example

White with #F04EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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