Html Css Color HEX #F24EDB Free Speech Magenta

📋 copy color: '#F24EDB'

red 242 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Magenta #F24EDB

Tints of Free Speech Magenta #F24EDB

RGB

 RED value IS 242 (94.92% from 255) = 44.9%

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

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

R = 44.9%
G = 14.47%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F24EDB (or 0xF24EDB) is known color: Free Speech Magenta. HEX triplet: F2, 4E and DB. RGB value is (242,78,219). Sum of RGB (Red+Green+Blue) = 242+78+219=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 78 (30.86% from 255 or 14.47% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EDB is #0DB124. Grayscale: #8E8E8E. Windows color (decimal): -897317 or 14372594. OLE color: 14372594.

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

Color convert

RGB 242 78 219 -
CMYK 0 0.68 0.10 0.05
HSL 308.41º 0.86% 0.63% -
HSV(B) 308.41º 0.68% 0.95% -
XYZ 52.13 29.44 69.95 -
YUV 143.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 242 78 219 0 0.68 0.10 0.05 308.41 0.86 0.63
Hex F2 4E DB 0 44 A 5 134 56 3F
Octal 362 116 333 0 104 12 5 464 126 77
Binary 11110010 1001110 11011011 0 1000100 1010 101 100110100 1010110 111111

Color Harmonies of #F24EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24EDB

Black with #F24EDB

Text Example


Text Example

White with #F24EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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