Html Css Color HEX #FA5EDC Free Speech Magenta

📋 copy color: '#FA5EDC'

red 250 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #FA5EDC

Tints of Free Speech Magenta #FA5EDC

RGB

 RED value IS 250 (98.05% from 255) = 44.33%

 GREEN value IS 94 (37.11% from 255) = 16.67%

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

R = 44.33%
G = 16.67%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA5EDC (or 0xFA5EDC) is known color: Free Speech Magenta. HEX triplet: FA, 5E and DC. RGB value is (250,94,220). Sum of RGB (Red+Green+Blue) = 250+94+220=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EDC is #05A123. Grayscale: #9A9A9A. Windows color (decimal): -368932 or 14442234. OLE color: 14442234.

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

Color convert

RGB 250 94 220 -
CMYK 0 0.62 0.12 0.02
HSL 311.54º 0.94% 0.67% -
HSV(B) 311.54º 0.62% 0.98% -
XYZ 56.35 33.5 71.21 -
YUV 155.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 250 94 220 0 0.62 0.12 0.02 311.54 0.94 0.67
Hex FA 5E DC 0 3E C 2 138 5E 43
Octal 372 136 334 0 76 14 2 470 136 103
Binary 11111010 1011110 11011100 0 111110 1100 10 100111000 1011110 1000011

Color Harmonies of #FA5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EDC

Black with #FA5EDC

Text Example


Text Example

White with #FA5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EDC; }

 p { color: rgb(250,94,220); }

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

background-color css

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

 a { background-color: rgb(250,94,220); }

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

border-color css

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

 span { border-color: rgb(250,94,220); }

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