Html Css Color HEX #FA60DC Free Speech Magenta

📋 copy color: '#FA60DC'

red 250 ◦ green 96 ◦ blue 220

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

Shades of Free Speech Magenta #FA60DC

Tints of Free Speech Magenta #FA60DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.96%

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

R = 44.17%
G = 16.96%
B = 38.87%

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

#FA60DC (or 0xFA60DC) is known color: Free Speech Magenta. HEX triplet: FA, 60 and DC. RGB value is (250,96,220). Sum of RGB (Red+Green+Blue) = 250+96+220=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60DC is #059F23. Grayscale: #9B9B9B. Windows color (decimal): -368420 or 14442746. OLE color: 14442746.

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

Color convert

RGB 250 96 220 -
CMYK 0 0.62 0.12 0.02
HSL 311.69º 0.94% 0.68% -
HSV(B) 311.69º 0.62% 0.98% -
XYZ 56.53 33.86 71.27 -
YUV 156.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 250 96 220 0 0.62 0.12 0.02 311.69 0.94 0.68
Hex FA 60 DC 0 3E C 2 138 5E 44
Octal 372 140 334 0 76 14 2 470 136 104
Binary 11111010 1100000 11011100 0 111110 1100 10 100111000 1011110 1000100

Color Harmonies of #FA60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60DC

Black with #FA60DC

Text Example


Text Example

White with #FA60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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