Html Css Color HEX #F049DB Free Speech Magenta

📋 copy color: '#F049DB'

red 240 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #F049DB

Tints of Free Speech Magenta #F049DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 45.11%
G = 13.72%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F049DB (or 0xF049DB) is known color: Free Speech Magenta. HEX triplet: F0, 49 and DB. RGB value is (240,73,219). Sum of RGB (Red+Green+Blue) = 240+73+219=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F049DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049DB is #0FB624. Grayscale: #8B8B8B. Windows color (decimal): -1029669 or 14371312. OLE color: 14371312.

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

Color convert

RGB 240 73 219 -
CMYK 0 0.70 0.09 0.06
HSL 307.54º 0.85% 0.61% -
HSV(B) 307.54º 0.7% 0.94% -
XYZ 51.1 28.4 69.81 -
YUV 139.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 240 73 219 0 0.70 0.09 0.06 307.54 0.85 0.61
Hex F0 49 DB 0 46 9 6 134 55 3D
Octal 360 111 333 0 106 11 6 464 125 75
Binary 11110000 1001001 11011011 0 1000110 1001 110 100110100 1010101 111101

Color Harmonies of #F049DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049DB

Black with #F049DB

Text Example


Text Example

White with #F049DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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