Html Css Color HEX #F049E9 Free Speech Magenta

📋 copy color: '#F049E9'

red 240 ◦ green 73 ◦ blue 233

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

Shades of Free Speech Magenta #F049E9

Tints of Free Speech Magenta #F049E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.67%

R = 43.96%
G = 13.37%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F049E9 (or 0xF049E9) is known color: Free Speech Magenta. HEX triplet: F0, 49 and E9. RGB value is (240,73,233). Sum of RGB (Red+Green+Blue) = 240+73+233=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 73 (28.91% from 255 or 13.37% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F049E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049E9 is #0FB616. Grayscale: #8C8C8C. Windows color (decimal): -1029655 or 15288816. OLE color: 15288816.

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

Color convert

RGB 240 73 233 -
CMYK 0 0.70 0.03 0.06
HSL 302.52º 0.85% 0.61% -
HSV(B) 302.52º 0.7% 0.94% -
XYZ 53.03 29.17 79.93 -
YUV 141.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 240 73 233 0 0.70 0.03 0.06 302.52 0.85 0.61
Hex F0 49 E9 0 46 3 6 12F 55 3D
Octal 360 111 351 0 106 3 6 457 125 75
Binary 11110000 1001001 11101001 0 1000110 11 110 100101111 1010101 111101

Color Harmonies of #F049E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049E9

Black with #F049E9

Text Example


Text Example

White with #F049E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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