Html Css Color HEX #FA5DDC Free Speech Magenta

📋 copy color: '#FA5DDC'

red 250 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #FA5DDC

Tints of Free Speech Magenta #FA5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.52%

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

R = 44.4%
G = 16.52%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA5DDC (or 0xFA5DDC) is known color: Free Speech Magenta. HEX triplet: FA, 5D and DC. RGB value is (250,93,220). Sum of RGB (Red+Green+Blue) = 250+93+220=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DDC is #05A223. Grayscale: #9A9A9A. Windows color (decimal): -369188 or 14441978. OLE color: 14441978.

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

Color convert

RGB 250 93 220 -
CMYK 0 0.63 0.12 0.02
HSL 311.47º 0.94% 0.67% -
HSV(B) 311.47º 0.63% 0.98% -
XYZ 56.26 33.32 71.18 -
YUV 154.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 250 93 220 0 0.63 0.12 0.02 311.47 0.94 0.67
Hex FA 5D DC 0 3F C 2 137 5E 43
Octal 372 135 334 0 77 14 2 467 136 103
Binary 11111010 1011101 11011100 0 111111 1100 10 100110111 1011110 1000011

Color Harmonies of #FA5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DDC

Black with #FA5DDC

Text Example


Text Example

White with #FA5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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