#F049DA

Color #F049DA Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F049DA

Tints of Free Speech Magenta #F049DA

Color information

#F049DA (or 0xF049DA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 49 and DA. RGB value is (240,73,218). Sum of RGB (Red+Green+Blue) = 240+73+218=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F049DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049DA is #0FB625. Grayscale: #8B8B8B. Windows color (decimal): -1029670 or 14305776. OLE color: 14305776.

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

Color convert

RGB24073218-
CMYK00.700.090.06
HSL307.9º84.77%61.37%-
HSV(B)307.9º69.58%94.12%-
XYZ50.9728.3569.12-
YUV139.46172.33199.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 73 (28.91% from 255) = 13.75%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=45.20%
G=13.75%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2407321800.700.090.06307.984.7761.37
HexF049DA04696134553d
Octal360111332010611646412575
Binary111100001001001110110100100011010011101001101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F049DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F049DA; }

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

 H1.HeaderClassName
 {
   color: #F049DA;
 }
 .AnyTagClassName
 {
   color: #F049DA;
 }
</style>
background-color css

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

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

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

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

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

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