Html Css Color HEX #F24EDF Free Speech Magenta

📋 copy color: '#F24EDF'

red 242 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Magenta #F24EDF

Tints of Free Speech Magenta #F24EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 44.57%
G = 14.36%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F24EDF (or 0xF24EDF) is known color: Free Speech Magenta. HEX triplet: F2, 4E and DF. RGB value is (242,78,223). Sum of RGB (Red+Green+Blue) = 242+78+223=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EDF is #0DB120. Grayscale: #8F8F8F. Windows color (decimal): -897313 or 14634738. OLE color: 14634738.

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

Color convert

RGB 242 78 223 -
CMYK 0 0.68 0.08 0.05
HSL 306.95º 0.86% 0.63% -
HSV(B) 306.95º 0.68% 0.95% -
XYZ 52.66 29.65 72.76 -
YUV 143.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 242 78 223 0 0.68 0.08 0.05 306.95 0.86 0.63
Hex F2 4E DF 0 44 8 5 133 56 3F
Octal 362 116 337 0 104 10 5 463 126 77
Binary 11110010 1001110 11011111 0 1000100 1000 101 100110011 1010110 111111

Color Harmonies of #F24EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24EDF

Black with #F24EDF

Text Example


Text Example

White with #F24EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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