Html Css Color HEX #F041ED Free Speech Magenta

📋 copy color: '#F041ED'

red 240 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #F041ED

Tints of Free Speech Magenta #F041ED

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.99%

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

R = 44.28%
G = 11.99%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F041ED (or 0xF041ED) is known color: Free Speech Magenta. HEX triplet: F0, 41 and ED. RGB value is (240,65,237). Sum of RGB (Red+Green+Blue) = 240+65+237=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F041ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F041ED is #0FBE12. Grayscale: #888888. Windows color (decimal): -1031699 or 15548912. OLE color: 15548912.

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

Color convert

RGB 240 65 237 -
CMYK 0 0.73 0.01 0.06
HSL 301.03º 0.85% 0.6% -
HSV(B) 301.03º 0.73% 0.94% -
XYZ 53.11 28.42 82.81 -
YUV 136.93 184.48 201.51 -
System Red Green Blue C M Y K H S L
Decimal 240 65 237 0 0.73 0.01 0.06 301.03 0.85 0.6
Hex F0 41 ED 0 49 1 6 12D 55 3C
Octal 360 101 355 0 111 1 6 455 125 74
Binary 11110000 1000001 11101101 0 1001001 1 110 100101101 1010101 111100

Color Harmonies of #F041ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F041ED

Black with #F041ED

Text Example


Text Example

White with #F041ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F041ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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