Html Css Color HEX #F049DD Free Speech Magenta

📋 copy color: '#F049DD'

red 240 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Magenta #F049DD

Tints of Free Speech Magenta #F049DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 44.94%
G = 13.67%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F049DD (or 0xF049DD) is known color: Free Speech Magenta. HEX triplet: F0, 49 and DD. RGB value is (240,73,221). Sum of RGB (Red+Green+Blue) = 240+73+221=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F049DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049DD is #0FB622. Grayscale: #8B8B8B. Windows color (decimal): -1029667 or 14502384. OLE color: 14502384.

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

Color convert

RGB 240 73 221 -
CMYK 0 0.70 0.08 0.06
HSL 306.83º 0.85% 0.61% -
HSV(B) 306.83º 0.7% 0.94% -
XYZ 51.37 28.51 71.2 -
YUV 139.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 240 73 221 0 0.70 0.08 0.06 306.83 0.85 0.61
Hex F0 49 DD 0 46 8 6 133 55 3D
Octal 360 111 335 0 106 10 6 463 125 75
Binary 11110000 1001001 11011101 0 1000110 1000 110 100110011 1010101 111101

Color Harmonies of #F049DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049DD

Black with #F049DD

Text Example


Text Example

White with #F049DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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