Html Css Color HEX #FA53DC Free Speech Magenta

📋 copy color: '#FA53DC'

red 250 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #FA53DC

Tints of Free Speech Magenta #FA53DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.01%

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

R = 45.21%
G = 15.01%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA53DC (or 0xFA53DC) is known color: Free Speech Magenta. HEX triplet: FA, 53 and DC. RGB value is (250,83,220). Sum of RGB (Red+Green+Blue) = 250+83+220=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA53DC is #05AC23. Grayscale: #949494. Windows color (decimal): -371748 or 14439418. OLE color: 14439418.

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

Color convert

RGB 250 83 220 -
CMYK 0 0.67 0.12 0.02
HSL 310.78º 0.94% 0.65% -
HSV(B) 310.78º 0.67% 0.98% -
XYZ 55.44 31.68 70.9 -
YUV 148.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 250 83 220 0 0.67 0.12 0.02 310.78 0.94 0.65
Hex FA 53 DC 0 43 C 2 137 5E 41
Octal 372 123 334 0 103 14 2 467 136 101
Binary 11111010 1010011 11011100 0 1000011 1100 10 100110111 1011110 1000001

Color Harmonies of #FA53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53DC

Black with #FA53DC

Text Example


Text Example

White with #FA53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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