Html Css Color HEX #F042ED Free Speech Magenta

📋 copy color: '#F042ED'

red 240 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #F042ED

Tints of Free Speech Magenta #F042ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.15%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 44.2%
G = 12.15%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F042ED (or 0xF042ED) is known color: Free Speech Magenta. HEX triplet: F0, 42 and ED. RGB value is (240,66,237). Sum of RGB (Red+Green+Blue) = 240+66+237=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 66 (26.17% from 255 or 12.15% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F042ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042ED is #0FBD12. Grayscale: #898989. Windows color (decimal): -1031443 or 15549168. OLE color: 15549168.

HSL color Cylindrical-coordinate representation of color #F042ED: hue angle of 301.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F042ED is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 237 -
CMYK 0 0.72 0.01 0.06
HSL 301.03º 0.85% 0.6% -
HSV(B) 301.03º 0.73% 0.94% -
XYZ 53.17 28.54 82.83 -
YUV 137.52 184.15 201.1 -
System Red Green Blue C M Y K H S L
Decimal 240 66 237 0 0.72 0.01 0.06 301.03 0.85 0.6
Hex F0 42 ED 0 48 1 6 12D 55 3C
Octal 360 102 355 0 110 1 6 455 125 74
Binary 11110000 1000010 11101101 0 1001000 1 110 100101101 1010101 111100

Color Harmonies of #F042ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F042ED

Black with #F042ED

Text Example


Text Example

White with #F042ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F042ED; }

 p { color: rgb(240,66,237); }

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

background-color css

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

 a { background-color: rgb(240,66,237); }

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

border-color css

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

 span { border-color: rgb(240,66,237); }

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