Html Css Color HEX #F04EEF Free Speech Magenta

📋 copy color: '#F04EEF'

red 240 ◦ green 78 ◦ blue 239

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

Shades of Free Speech Magenta #F04EEF

Tints of Free Speech Magenta #F04EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 43.09%
G = 14%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F04EEF (or 0xF04EEF) is known color: Free Speech Magenta. HEX triplet: F0, 4E and EF. RGB value is (240,78,239). Sum of RGB (Red+Green+Blue) = 240+78+239=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 78 (30.86% from 255 or 14.00% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EEF is #0FB110. Grayscale: #909090. Windows color (decimal): -1028369 or 15683312. OLE color: 15683312.

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

Color convert

RGB 240 78 239 -
CMYK 0 0.68 0.00 0.06
HSL 300.37º 0.84% 0.62% -
HSV(B) 300.37º 0.68% 0.94% -
XYZ 54.24 30.21 84.63 -
YUV 144.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 240 78 239 0 0.68 0.00 0.06 300.37 0.84 0.62
Hex F0 4E EF 0 44 0 6 12C 54 3E
Octal 360 116 357 0 104 0 6 454 124 76
Binary 11110000 1001110 11101111 0 1000100 0 110 100101100 1010100 111110

Color Harmonies of #F04EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EEF

Black with #F04EEF

Text Example


Text Example

White with #F04EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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