Html Css Color HEX #F24EDD Free Speech Magenta

📋 copy color: '#F24EDD'

red 242 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Magenta #F24EDD

Tints of Free Speech Magenta #F24EDD

RGB

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

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

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

R = 44.73%
G = 14.42%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F24EDD (or 0xF24EDD) is known color: Free Speech Magenta. HEX triplet: F2, 4E and DD. RGB value is (242,78,221). Sum of RGB (Red+Green+Blue) = 242+78+221=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EDD is #0DB122. Grayscale: #8E8E8E. Windows color (decimal): -897315 or 14503666. OLE color: 14503666.

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

Color convert

RGB 242 78 221 -
CMYK 0 0.68 0.09 0.05
HSL 307.68º 0.86% 0.63% -
HSV(B) 307.68º 0.68% 0.95% -
XYZ 52.39 29.55 71.35 -
YUV 143.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 242 78 221 0 0.68 0.09 0.05 307.68 0.86 0.63
Hex F2 4E DD 0 44 9 5 134 56 3F
Octal 362 116 335 0 104 11 5 464 126 77
Binary 11110010 1001110 11011101 0 1000100 1001 101 100110100 1010110 111111

Color Harmonies of #F24EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24EDD

Black with #F24EDD

Text Example


Text Example

White with #F24EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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