Html Css Color HEX #F04EEE Free Speech Magenta

📋 copy color: '#F04EEE'

red 240 ◦ green 78 ◦ blue 238

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

Shades of Free Speech Magenta #F04EEE

Tints of Free Speech Magenta #F04EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 43.17%
G = 14.03%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F04EEE (or 0xF04EEE) is known color: Free Speech Magenta. HEX triplet: F0, 4E and EE. RGB value is (240,78,238). Sum of RGB (Red+Green+Blue) = 240+78+238=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 78 (30.86% from 255 or 14.03% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F04EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EEE is #0FB111. Grayscale: #909090. Windows color (decimal): -1028370 or 15617776. OLE color: 15617776.

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

Color convert

RGB 240 78 238 -
CMYK 0 0.68 0.01 0.06
HSL 300.74º 0.84% 0.62% -
HSV(B) 300.74º 0.68% 0.94% -
XYZ 54.09 30.15 83.86 -
YUV 144.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 240 78 238 0 0.68 0.01 0.06 300.74 0.84 0.62
Hex F0 4E EE 0 44 1 6 12D 54 3E
Octal 360 116 356 0 104 1 6 455 124 76
Binary 11110000 1001110 11101110 0 1000100 1 110 100101101 1010100 111110

Color Harmonies of #F04EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EEE

Black with #F04EEE

Text Example


Text Example

White with #F04EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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