Html Css Color HEX #F94EDC Free Speech Magenta

📋 copy color: '#F94EDC'

red 249 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Magenta #F94EDC

Tints of Free Speech Magenta #F94EDC

RGB

 RED value IS 249 (97.66% from 255) = 45.52%

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 45.52%
G = 14.26%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F94EDC (or 0xF94EDC) is known color: Free Speech Magenta. HEX triplet: F9, 4E and DC. RGB value is (249,78,220). Sum of RGB (Red+Green+Blue) = 249+78+220=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94EDC is #06B123. Grayscale: #909090. Windows color (decimal): -438564 or 14438137. OLE color: 14438137.

HSL color Cylindrical-coordinate representation of color #F94EDC: hue angle of 310.18º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94EDC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 78 220 -
CMYK 0 0.69 0.12 0.02
HSL 310.18º 0.93% 0.64% -
HSV(B) 310.18º 0.69% 0.98% -
XYZ 54.71 30.76 70.76 -
YUV 145.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 249 78 220 0 0.69 0.12 0.02 310.18 0.93 0.64
Hex F9 4E DC 0 45 C 2 136 5D 40
Octal 371 116 334 0 105 14 2 466 135 100
Binary 11111001 1001110 11011100 0 1000101 1100 10 100110110 1011101 1000000

Color Harmonies of #F94EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94EDC

Black with #F94EDC

Text Example


Text Example

White with #F94EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94EDC; }

 p { color: rgb(249,78,220); }

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

background-color css

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

 a { background-color: rgb(249,78,220); }

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

border-color css

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

 span { border-color: rgb(249,78,220); }

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