Html Css Color HEX #F44EDB Free Speech Magenta

📋 copy color: '#F44EDB'

red 244 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #F44EDB

Tints of Free Speech Magenta #F44EDB

RGB

 RED value IS 244 (95.7% from 255) = 45.1%

 GREEN value IS 78 (30.86% from 255) = 14.42%

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

R = 45.1%
G = 14.42%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F44EDB (or 0xF44EDB) is known color: Free Speech Magenta. HEX triplet: F4, 4E and DB. RGB value is (244,78,219). Sum of RGB (Red+Green+Blue) = 244+78+219=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F44EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44EDB is #0BB124. Grayscale: #8F8F8F. Windows color (decimal): -766245 or 14372596. OLE color: 14372596.

HSL color Cylindrical-coordinate representation of color #F44EDB: hue angle of 309.04º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44EDB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 78 219 -
CMYK 0 0.68 0.10 0.04
HSL 309.04º 0.88% 0.63% -
HSV(B) 309.04º 0.68% 0.96% -
XYZ 52.82 29.8 69.99 -
YUV 143.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 244 78 219 0 0.68 0.10 0.04 309.04 0.88 0.63
Hex F4 4E DB 0 44 A 4 135 58 3F
Octal 364 116 333 0 104 12 4 465 130 77
Binary 11110100 1001110 11011011 0 1000100 1010 100 100110101 1011000 111111

Color Harmonies of #F44EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44EDB

Black with #F44EDB

Text Example


Text Example

White with #F44EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44EDB; }

 p { color: rgb(244,78,219); }

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

background-color css

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

 a { background-color: rgb(244,78,219); }

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

border-color css

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

 span { border-color: rgb(244,78,219); }

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