Html Css Color HEX #F04DEE Free Speech Magenta

📋 copy color: '#F04DEE'

red 240 ◦ green 77 ◦ blue 238

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

Shades of Free Speech Magenta #F04DEE

Tints of Free Speech Magenta #F04DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.87%

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

R = 43.24%
G = 13.87%
B = 42.88%

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

#F04DEE (or 0xF04DEE) is known color: Free Speech Magenta. HEX triplet: F0, 4D and EE. RGB value is (240,77,238). Sum of RGB (Red+Green+Blue) = 240+77+238=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F04DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DEE is #0FB211. Grayscale: #8F8F8F. Windows color (decimal): -1028626 or 15617520. OLE color: 15617520.

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

Color convert

RGB 240 77 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.02 30.01 83.83 -
YUV 144.09 181 196.41 -
System Red Green Blue C M Y K H S L
Decimal 240 77 238 0 0.68 0.01 0.06 300.74 0.84 0.62
Hex F0 4D EE 0 44 1 6 12D 54 3E
Octal 360 115 356 0 104 1 6 455 124 76
Binary 11110000 1001101 11101110 0 1000100 1 110 100101101 1010100 111110

Color Harmonies of #F04DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04DEE

Black with #F04DEE

Text Example


Text Example

White with #F04DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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