Html Css Color HEX #F049ED Free Speech Magenta

📋 copy color: '#F049ED'

red 240 ◦ green 73 ◦ blue 237

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

Shades of Free Speech Magenta #F049ED

Tints of Free Speech Magenta #F049ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.27%

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

R = 43.64%
G = 13.27%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F049ED (or 0xF049ED) is known color: Free Speech Magenta. HEX triplet: F0, 49 and ED. RGB value is (240,73,237). Sum of RGB (Red+Green+Blue) = 240+73+237=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F049ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049ED is #0FB612. Grayscale: #8D8D8D. Windows color (decimal): -1029651 or 15550960. OLE color: 15550960.

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

Color convert

RGB 240 73 237 -
CMYK 0 0.70 0.01 0.06
HSL 301.08º 0.85% 0.61% -
HSV(B) 301.08º 0.7% 0.94% -
XYZ 53.6 29.4 82.97 -
YUV 141.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 240 73 237 0 0.70 0.01 0.06 301.08 0.85 0.61
Hex F0 49 ED 0 46 1 6 12D 55 3D
Octal 360 111 355 0 106 1 6 455 125 75
Binary 11110000 1001001 11101101 0 1000110 1 110 100101101 1010101 111101

Color Harmonies of #F049ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049ED

Black with #F049ED

Text Example


Text Example

White with #F049ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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